@charset "utf-8";
.nopc {
	display: none;
}
.contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    width: 992px;
    margin:30px auto 60px;
}
.mv-wrapper {
    width: 100%;
    height: 280px;
    background: url(../img/mv_bg.jpg) no-repeat center center;
    position: relative;
}
.title-logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	width: 900px;
}
/*検索*/
.search_box{
	max-width: 992px;
	margin: 0px auto 30px auto;
	background: #F0F0F0;
	border: 3px solid #cfcfcf;
}
.search_inner{
	width: 100%;
	max-width: 800px;
	height: 100%;
	margin: 7px auto;
	vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_tit{
	padding: 10px 30px;
	border-right: 1px solid #949494;
    text-align: center;
    line-height: 1;
}
.search_tit h3{
	font-weight: bold;
    font-size: 20px;
    color: #333;
}
.search_tit h3::before{
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/search.png) no-repeat;
    background-size: contain;
        margin: 0 7px 0 -1em;
}
.search_tit .caption{
    font-size: 0.8em;
    font-weight: bold;
    color: #333;
    display: inline-block;
}
.search_form{
	width: 100%;
	max-width: 415px;
	font-size: 12px;
	line-height: 18px;
    display: flex;
}
.search_form form{
    display:flex;
}
input[type="text"].searchcode { 
	width: 100%;
	width: calc(100% - 100px);
	max-width:290px;
	height: 30px;
	margin: 0 10px;
	padding: 2px 2px 2px 5px;
	font-weight:normal;

}
button[type=submit]{
    border: none;
    padding: 0;
}
button[type=submit] img{
	width: 80px;
	height: 29px;
	border: none;
    cursor: pointer;
}
textarea { 
	width:300px;
	padding-top:7px;
	padding-left:10px;
	font-weight:normal;
}


.search_box.kokunai .search_inner{
	width: 100%;
	max-width: 850px;
	height: 100%;
	margin: 7px auto;
	vertical-align: middle;
    display: block;
}
.search_box.kokunai .search_tit{
	border-right: none;
    padding: 10px 30px 15px;
    text-align: left;
    padding-left: 0;
}
.search_box.kokunai .search_tit h3{
	display: inline-block;
    margin-right: 1em;
}
.search_box.kokunai .search_form{
	justify-content: center;
    max-width: none;
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
}
.search_box.kokunai .search_form li{
	width: 50%;
    padding: 10px;
    border-right: 1px dotted #949494;
    text-align: center;
}
.search_box.kokunai .caption{
    font-weight: bold;
    color: #333;
    display: inline-block;
}
.search_box.kokunai .search_form .caption{
    margin: 0 0 10px 0;
    font-size: 1.1em;
}
.search_box.kokunai .other{
    font-size: 1em;
    font-weight: bold;
    color: #333;
    padding:10px 0 0 0;
    text-align: right;
}
.search_box.kokunai .search_form li:last-child{
    border-right: none;
}
.search_box.kokunai .search_form form{
    width: 90%;
    margin: 0 auto;
}

/*タブメニュー*/
.tabmenu_box{
	max-width: 992px;
	margin: 0px auto 30px auto;
}
ul.tab_menu{
    display: flex;
    justify-content: space-between;
}
ul.tab_menu li{
	width: 27%;
	height: 64px;
	margin-bottom: 12px;
	display: block;
	vertical-align: bottom;
    background: #cccccc;
}
ul.tab_menu li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.tab_menu li.active {
	position: relative;
}
ul.tab_menu li.active:after {
	content: "";
	position: absolute;
	left: 45%;
	bottom: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #92cdec transparent transparent transparent;
}
ul.tab_menu li:first-child {
	background: url(../img/tab_newspaper_kaigai.png) , linear-gradient(180deg,#ffffff 25%,#cccccc 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #cccccc;
}
ul.tab_menu li.active:first-child {
    background: url(../img/tab_newspaper_kaigai.png) , linear-gradient(180deg,#ffffff 25%,#92cdec 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #92cdec;
}
ul.tab_menu li:first-child:hover {
    background: url(../img/tab_newspaper_kaigai.png) , linear-gradient(180deg,#ffffff 25%,#92cdec 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #92cdec;
}
ul.tab_menu li:nth-child(2) {
	background: url("../img/tab_newspaper_kokunai.png"), linear-gradient(180deg,#ffffff 25%,#cccccc 25%);
	background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #cccccc;
}
ul.tab_menu li.active:nth-child(2) {
	background: url(../img/tab_newspaper_kokunai.png) , linear-gradient(180deg,#ffffff 25%,#92cdec 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #92cdec;
}
ul.tab_menu li:nth-child(2):hover {
	background: url(../img/tab_newspaper_kokunai.png) , linear-gradient(180deg,#ffffff 25%,#92cdec 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #92cdec;
}
ul.tab_menu li:nth-child(3) {
	background: url(../img/tab_tv.png) , linear-gradient(180deg,#ffffff 25%,#cccccc 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #cccccc;
}
ul.tab_menu li.active:nth-child(3) {
	background: url(../img/tab_tv.png) , linear-gradient(180deg,#ffffff 25%,#a3d65d 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #a3d65d;
}
ul.tab_menu li:nth-child(3):hover {
	background: url(../img/tab_tv.png) , linear-gradient(180deg,#ffffff 25%,#a3d65d 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #a3d65d;
}
ul.tab_menu li.active:nth-child(3):after {
	border-color: #a3d65d transparent transparent transparent;
}
ul.tab_menu li:last-child {
	width: 150px;
	background: url(../img/tab_cm.png) , linear-gradient(180deg,#ffffff 25%,#cccccc 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #cccccc;
}
ul.tab_menu li.active:last-child {
	width: 150px;
	background: url(../img/tab_cm.png) , linear-gradient(180deg,#ffffff 25%,#efc864 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #efc864;
}
ul.tab_menu li:last-child:hover {
	width: 150px;
	background: url(../img/tab_cm.png) , linear-gradient(180deg,#ffffff 25%,#efc864 25%);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-bottom: solid 5px #efc864;
}
ul.tab_menu li.active:last-child:after {
	border-color: #efc864 transparent transparent transparent;
}
ul.tab_menu li+li{ margin-left: 10px;}

/*新聞掲載商品*/
.news_box{
	width: 100%;
	border: 1px solid #167ECD;
	background: #FFFFFF;
	margin: 0 0 40px 0;
}
.news_box a:link {
    color: #006699;
    text-decoration: none;
}
.news_box a:visited {
    color: #006699;
    text-decoration: none;
}
.news_box a:active {
    color: #006699;
    text-decoration: none;
}
.news_box a:hover {
    color: #006699;
    text-decoration: underline;
}
.news_date{
    display: flex;
    align-items: center;
	font-size: 20px;
	line-height: 51px;
	text-align: left;
	padding-left: 30px;
	color: #FFF;
	background: #167ECD;
	height: 51px;
}
.news_txt{
	padding:20px;
}
.subtitle{
	text-align:center;	
	margin:30px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: aqua;
}
.news_btn {
    display: flex;
    margin-left: auto;
}
.btn-np { 
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  background: #eaeef1;
}
.btn-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: #1da1f3;
  float: left;
}
.btn-icon img {
    width: 30px;
    padding-top: 6px;
    transition: .3s;
    opacity: 1!important;
    vertical-align: baseline;
}
.btn-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 120px;
  height: 50px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}
.news_btn .btn-np:hover,
.news_btn .btn-text:hover {
  text-decoration: none;
  opacity: 1;
}
.btn-np:hover .btn-icon img {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.pdf-size {
  display: block;
  font-size: 12px;
}
.btn_tour{
	margin-left: 12px;
	position: relative;
}
.btn_tour a{
	font-weight: 100;
	color: #fff!important;
	/*text-decoration: underline!important;*/
	margin: 0 2px;
}
.btn_tour::before{
	background-image: url(../img/icon_down.png);
	content: "";
	background-size: 100%;
	position: absolute;
	top: 2px;
	width: 27px;
	height: 27px;
	display: inline-block;
	background-repeat: no-repeat;
}
.btn_tour a:first-child{
	margin-left: 37px;
}
.btn_tour a:hover{
	opacity: 0.8;
}
.ttl_line{
	background-color: #3b3b3b;
    color: #fff;
    padding: 8px 18px;
	width: 95%;
    margin: 20px auto 10px;
	border-radius: 2px;
}
.other_box .ttl_line {
  width: auto;
  margin: 14px 18px 0;
}
.tour_box {
	width: 95%;
    margin: 5px auto 10px;
	min-height: 64px; /*レイアウトシフト対策*/
}
.tour_box p{
    font-weight: bold;
    padding: 15px 55px 15px 15px;
	position: relative;
    display: flex;
    align-items: center;
}
.tour_box li{
	font-weight: bold!important;
	border-bottom: 1px solid #cecece;
	position: relative;
}
.tour_box .inner li{
    background: #eeeeee69;
	border-bottom: none;
	margin-bottom: 3px;
}
.tour_box.kokunai .inner li{
    display: none;
}
.tour_box.kokunai .inner li:first-child {
    display: block;
}
.tour_box a::after {
	content: ''!important;
    display: inline-block!important;
    width: 9px;
    height: 13px;
    background-image: url(/cmn/content/images/product_panel_icon_panel_arrow.png);
	background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.txtarea a,.txtarea div{
	color: #333;
	display: flex;
    justify-content: space-between;
	padding: 15px 55px 15px 15px;
	transition: 0.2s;
    align-items: center;
}
.txtarea a:hover{
	opacity:0.5;
	text-decoration: none;
}
/*
.end {
}
*/
.pricecode{
	color: #e62828;
	font-weight: 600;
	font-size: 14px;
    width: 22%;
    vertical-align: unset;
    line-height: unset;
    text-align: right;
}
.course{
	background: #dbedfa;
    padding: 3px 8px;
    border-radius: 5px;
	line-height: 2em;
    width: 22%;
    text-align: center;
}
.coursetitle{
    text-align: left;
    width: 53%;
}
.btn-link{
    display: table;
    margin: 20px auto;
    font-weight: 600;
    text-align: center;
	background-color: #f44336;
	border: 1px solid #f44336;
	border-radius: 50px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .16);
}
.btn-link a{
	padding: 10px 30px;
    display: block;
	color: #fff!important;
}
.btn-link a:hover{
	display: block;
	text-decoration: none;
	color: #f44336!important;
	background-color: #fff;
	border-radius: 50px;
}
/*▼PCの場合ボタン横並び*/
@media screen and (min-width:768px) {
		div.btn-link2{
		display: flex;
		justify-content: center;
		/*width: 600px;*/
		margin: auto;
		text-align: center;
	}
		div.btn-link2 .btn-link{
			margin: 20px 10px;}
}
/*▲ボタン横並び*/

.btn-link_small{
    display: table;
    margin: 20px auto;
    font-weight: 600;
}
.text_notice {
    padding: 8px 30px 0;
	font-size: 12px;
}

/*TV放映*/
.other_box{
	width: 100%;
	border: 1px solid #5FB11F;
	background: #FFFFFF;
	margin: 0 0 40px 0;
}
.other_date{
  display: flex;
	font-size: 20px;
	line-height: 51px;
	text-align: left;
	padding-left: 30px;
	color: #FFF;
	background: #5FB11F;
	height: 51px;
}
.other_txt{
	padding:20px;
}
.other_tv_box {
	width: 100%;
	padding: 18px;
}
.other_tv_box > li{
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #cecece;
}
.other_tv_box > li:last-child {
	margin-bottom: 0;
}
.row-2 a {
	font-size: 1.1rem;
	padding: 8px 0;
}
.row-2 li:first-of-type {
    border-bottom: 1px solid #cecece;
}
.other_tv_box li a{
	width: 100%;
	display: flex;
    text-decoration: none;
    color: #006699;
	position: relative;
}
.other_tv_box li a:hover {
	opacity: .8;
	transition: 0.5s;	
}
.other_tv_box li a::after {
    content: '' !important;
    display: inline-block !important;
    width: 9px;
    height: 13px;
    background-image: url(/cmn/content/images/product_panel_icon_panel_arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.other_tour{
    display: flex;
}
.otr_thum {
    width: 225px;
    height: 150px;
}
.otr_thum img{
    object-fit: cover;
    width: inherit;
    height: inherit;
}
.otr_info {
    margin-left: 25px;
	width: 690px;
}
.otr_info a:hover {
	opacity: 0.8;
}

.otr_info .ot_tourbox {
    width: 640px;
}

li.ot_icon{
	margin: 0 4px 10px 0;
	padding: 1px 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #777;
	color: #fff;
    display: inline-block;
    text-decoration: none;
}
li.ot_icon:empty{
    display: none;
}
li.ot_tittle{
	display: block;
	line-height: 1.5em;
	font-weight: bold;
    font-size: 1.4em;
}
li.ot_price{
	display: block;
	color: #FF0000;
	font-weight: bold;
    line-height: 1.5em;
    font-size: 1.4em;
}


.other_btn_area {
	width: 100%;
	text-align: center;
	margin: 18px 0 44px;
}
.other_btn_area ul {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	gap: 0 10px;
}
.other_btn_area p {
    font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 14px;
}
.other_btn_area ul li a {
	position: relative;
	font-weight: bold;
    border: solid 2px #f44336;
	color: #fff;
	background-color: #f44336;
    display: inline-block;
    border-radius: 30px;
    padding: 8px 36px 8px 30px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .16);
	text-decoration: none;
    font-size: 1.2rem;	
}
.other_btn_area ul li a::after {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 0.8em;
    position: absolute;
    right: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.other_tour .ot_other {
	display: none;
}*/
.other_btn_area ul li a:hover{
	color: #f44336!important;
	background-color: #fff;
	transition: 0.5s;	
}
/*検索ボタンver*/
.other_btn_area.search {
    margin: -14px 0 -10px;
}
.other_btn_area.search ul {
    gap: 0 20px;
}
.other_btn_area.search ul a {
  width: 260px;
  padding: 12px 36px 12px 30px;
  font-size: 1.3rem;
}

/*TV放映 複数リンク*/
/*.morelink p.ot_other a {
	margin-right: 5px;
	background-color: #3c79e3;
	color: #fff;
	border: none;
}*/
/*.morelink p.ot_other a[href=""] {
    display: none;
}*/
/*TV放映 商品複数*/
.many-product .ot_tittle {
    display: inline-block;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 1.4em;
    margin-right: 5px;
}
.many-product .ot_price {
    display: inline-block;
    color: #FF0000;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 1.4em;
}
/*CM*/
.movie_box{
	width: 100%;
	border: 1px solid #E48F07;
	background: #FFFFFF;
	margin: 0 0 40px 0;
}
.movie_date{
	font-size: 20px;
	line-height: 51px;
	text-align: left;
	padding-left: 30px;
	color: #FFF;
	background: #E48F07;
	height: 51px;
}
.movie_txt{
	padding:20px;
}
.movie_inner{
    width: 95%;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.movie_inner .movieInline{
    margin: 0 5px;
}
.movie_inner .movieInline iframe{
    width: 460px;
    height: 250px;
}
p.movie_other{
    display: table;
    margin: 20px auto;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f44336;
    border-radius: 50px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .16);
}
p.movie_other a {
	text-decoration: none;
    padding: 10px 30px;
    display: block;
    color: #fff!important;
	background-color: #f44336;
    border-radius: 50px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, .16);
}
p.movie_other a:hover{
    display: block;
    text-decoration: none;
    color: #f44336!important;
    background-color: #fff;
}

/*↓新旧上下限js混在応急処置↓*/
/*.pricecode .minmax-old:not(:empty) + .minmax-new {
  display: none;
}
.ot_price .minmax-old:not(:empty) + .minmax-new {
  display: none;
}*/
/*↑新旧上下限js混在応急処置↑*/

/*------------------------------------------------
新旧上下限js混在応急処置
(①新上下限②旧上下限③手書き の順番で優先表示)
--------------------------------------------------*/
.pricecode .minmax-new:not(:empty) + .minmax-old,
.ot_price .minmax-new:not(:empty) + .minmax-old{
  display: none;
}

/*------------------------------------------------
他地区ナビ
--------------------------------------------------*/
#portal_navi {
    width: 992px;
    margin: 0 auto;
    background-color: #f5f5f5;
	padding: 20px 30px 4px;
    display: flex;
}
#portal_navi .title {
    margin-right: 30px;
    font-weight: bold;
}
/*------------------------------------------------
上部バナー
--------------------------------------------------*/
.bnr_area {
	margin: 0 auto 30px;
	text-align: center;
}
.bnr_area .midashi {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.bnr_area .midashi:before {
	content: "＼";
	margin: 0 5px;
}
.bnr_area .midashi:after {
	content: "／";
	margin: 0 5px;
}
/*------------------------------------------------
        LINEお友達登録ボタン
--------------------------------------------------*/
.line-wrap-detail {
    padding: 30px 0 0;/*ページによって調整*/
}
.line-inner {
    width: 992px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.1vw;
    line-height: 1.5;
}
.line-wrap-detail .line-inner {
    background: #fff;
    border: solid 1px #d3d3d3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 1px;
}
.line-inner .head {
    width: 100%;
    text-align: center;
    background-color: #15c618;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.line-inner .textarea {
    width: 75%;
    text-align: left;
    padding: 30px 0 30px 30px;
}
.line-inner .btnarea {
    width: 23%;
    padding: 10px 20px 10px 0;
}
.line-inner .text1 {
    font-size: 17px;
    line-height: 1.4;
}
.line-inner .text1 span {
    display: inline-block;
    font-weight: bold;
    color: #fb0b0b;
    background-color: #ffe1e1;
    padding: 0 2px;
}
.line-inner .text2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: -2px;
    background: linear-gradient(transparent 60%, #fff231 0%);
    display: inline-block;
    line-height: 1.7em;
    padding: 0 4px;
}
.line-button a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 8vw;
    box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, .14);
    background: url(/kansai/images/icon/icon-linekansai.png) no-repeat;
    background-size: 50px;
    background-position: 12px;
    background-color: #15c618;
    padding: 10px 10px 6px 70px;
    position: relative;
    text-decoration: none;
}
.line-button a:hover {
    opacity: .8;
    transition: all 0.6s ease;        
}
.line-button a span.small {
    width: 88%;
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.line-button a span.strong {
    display: block;
}
.line-button a span.strong::after {
    font-family: "FontAwesome", "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    font-size: 15px;
    margin-left: 6px;
    padding-right: 14px;
}
.line-button a span.line-friend {
    font-size: 1.3;
    color: #fff231;
    padding: 0 2px;
}
.line-qr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.line-qr span:nth-child(1) {
    width: 50%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}
.line-qr img {
    width: 50%;
}
.line-qr span:nth-child(3) {
    width: 100%;
    font-size: 13px;
}
.line-qr a {
    text-decoration: underline;
}/*-----------------------------------------
下部バナー
-------------------------------------------*/
#tour-foot-bnr {
	padding: 60px 0 30px;
	text-align: center;
}
#tour-foot-bnr p {
	font-size: 34px;
	line-height: 1.8em;
	font-weight: 700;
}
#tour-foot-bnr ul {
	width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#tour-foot-bnr ul li {
	margin-bottom: 10px;
}
#tour-foot-bnr ul li.col-1 {width: 100%;}
#tour-foot-bnr ul li.col-2 {width: 49.4%;}
#tour-foot-bnr ul li.col-3 {width: 32.2%; margin-top: 14px;}
#tour-foot-bnr ul li img {
	width: 100%;
}