@charset "utf-8";
/*----------------------------------------
Reset
-----------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header,hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{border: 0;font-size: 100%;font: inherit;margin: 0;padding: 0;vertical-align: baseline;font-family: canada-type-gibson, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;font-weight: 500;}h1, h2, h3, h4, h5, h6{font-weight: 700}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, main,hgroup, menu, nav, section {
	display: block;
}

ol,ul,li{
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"],input[type="button"],input[type="reset"]{
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-box-sizing:content-box;
	-webkit-appearance: button;
}

strong{
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #005fa3;
}

html{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

body{
	background: #ffffff; 
	color: #005fa3;
	line-height: 1.6em;
	min-width:100%;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

a:hover,a:active{
	text-decoration: none;
}

a img{
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

.inner--base{
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.inner--base{
		padding: 0 1%;
		width: 96%;
		position: relative;
	}
}

/* ----------------------------------------
effect-fade
------------------------------------------- */
.effect-fade{opacity : 0;transform : translate(0, 50px);  transition : all 1500ms;}
.effect-fade.effect-scroll {opacity : 1;transform : translate(0, 0);}
@media print{
.effect-fade{transform : translate(0, 0px);opacity : 1;}
}

/* ----------------------------------------
parts
------------------------------------------- */

.h2-ttl {
	text-align: center;
	font-size: 2.2rem;
	margin: 0.5em 0;
	line-height: 1.6;
}

@media screen and (max-width:768px){
	.h2-ttl {
		font-size: 1.2rem;
		margin: 0.3em 0;
	}
}

.h2-sub-ttl{
	color: #005fa3;
	font-size: 1.8rem;
	text-align: center;
	margin: 0.5em 0;
	line-height: 1;
}

@media screen and (max-width:768px){
	.h2-sub-ttl {
		font-size: 1rem;
		margin: 0.3em 0;
	}
}

/*.h3-ttl{
	padding: 0.25em 0.5em;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	background: transparent;
	border-left: solid 8px #fff;
	border-bottom: solid 1px #fff;
	text-align: left;
}

@media screen and (max-width:768px){
	.h3-ttl{
		font-size: 1rem;
	}
}*/



.h5-ttl{
	font-size: 1.3rem;
	display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:768px){
	.h5-ttl{
		font-size: 1rem;
	}
}



.w50{
	width: 50%;
	margin: 0 auto;
}

.w60{
	width: 50%;
	margin: 3em auto 0 auto;
}

@media screen and (max-width:768px){
	.w50{
		width: 100%;
	}
	.w60{
		width: 80%;
	}
}

.w100{
	width: 100%;
}

.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mb-1{margin-bottom: 1em!important;}
.mb-2{margin-bottom: 2em!important;}
.mb-2-8{margin-bottom: 2.8em!important;}
.mb-3{margin-bottom: 3em!important;}
.ml-2{margin-left: 2em!important;}
.pd-1{padding: 1em!important;}
.pd-2{padding: 2em!important;}
.pt-1{padding-top: 1em!important;}
.pt-0-5{padding-top: 0.5em!important;}
.pb-1{padding-bottom: 1em!important;}
.pb-0-5{padding-bottom: 0.5em!important;}
.pb-0-2{padding-bottom: 0.2em!important;}

@media screen and (max-width:768px){
	.mb-2-8{margin-bottom: 1em!important;}
}

.txt-center{text-align: center;}
.txt-left{text-align: left;}
.txt-right{text-align: right;}
.font12{font-size: 1.2rem;line-height: 1.8;}
.font14{font-size: 1.4rem;line-height: 1.8;}
.font16{font-size: 1.6rem;line-height: 1.8;}
.font18{font-size: 1.8rem;line-height: 2;padding: 0 0.2em;}
.font09{font-size: 0.9rem;}
.font08{font-size: 0.8rem;}

@media screen and (max-width:768px){
	.font12{font-size: 1rem;line-height: 1.6;}
	.font14{font-size: 1rem;line-height: 1.6;}
	.font16{font-size: 1.4rem;line-height: 1.6;}
	.font18{font-size: 1.6rem;line-height: 1.6;}
}

.fontBold{font-weight: bold;}
.fontRed{color: #e62718;}
.txt-pink{color: #cc2b6c;}
.txt-blue{color: #005fa3;}
.txt-green{color: #1cb8cc;}
.txt-gray{color: #333333;}
.txt-white{color: #ffffff;}


.marker-white{
	display: inline;
	background:linear-gradient(rgba(255, 255, 255, 0) 35%, #ffffff 55%);
	padding: 0 1em;
	letter-spacing: 0.05em;
	font-weight: 700;
}

.marker-yellow{
	display: inline;
	background:linear-gradient(rgba(255, 255, 255, 0) 35%, #1cb8cc 75%);
	padding: 0 1em;
	letter-spacing: 0.1em;
}

img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
}

.flex--bet{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.col1{width:100%;}
.col2{width:48%;margin: 1%;}
.half{width:50%;}
.col3{width:31%;margin: 1%;}
.col4{width:24%;}
.col5{width:18.4%;}
.col6{width:15%;}
.col3_2{width: 68%;}

@media screen and (max-width:768px){
	.col2{width: 96%;margin: 0 2% 1.5em 2%;}
	.col3{width: 96%;margin: 0 2%;}
	.col4{width: 48%;padding: 1%;float: left;}
	.col5{width: 48%;padding: 1%;float: left;}
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.clearBoth{
	clear: both;
}

/* ----------------------------------------
header
------------------------------------------- */

header {
	width: 100%;
    height: 0;
    padding-top: 66.6666666667%; 
    background: url("/seto-ohashi_line_300million/img/main-bk.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	filter:blur(0);
	position: relative;
}

.ttl-logo{
	position:absolute;
	top: 14%;
	left: 50%;
	width: 37%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.icon-300million{
	position:absolute;
	left: 12%;
	top: 2%;
	height: auto;
	width: 18%;
}

.train-img{
	position: absolute;
	top: 72%;
	left: 20%;
	width: 60%;
	margin-right: 1em;
	text-align: center;
}

.event-period-img{
	position: absolute;
	top: 33%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px){
	.train-img{
		top: 75%;
	}
}

@media screen and (max-width:768px){
	.ttl-logo{
		top: 21%;
		width: 50%;
	}
	
	.icon-300million {
		left: 3%;
		top: 5%;
		width: 17%;
	}
	
	.train-img{
		top: 91%;
		width: 70%;
		left: 15%;
	}
	
	.event-period-img{
		width: 70%;
		top: 43%;
	}
}

@media screen and (max-width: 598px){
	.train-img{
		top: 96%;
		width: 80%;
		left: 10%;
	}
}

/* ----------------------------------------
nav
------------------------------------------- */
.nav-btn-pc{	
	position:absolute;
	top: 60%;
	left: 51%;
	width: 100%;
	max-width: 1000px;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.nav-btn-pc ul{
	display:flex;
	align-items: flex-end;
}

.nav-btn-pc ul li{
	width: 30%;
	margin: 0 0 0 2%;
	border:none;
}

.nav-btn-pc ul li a{
	display: block;
}

.nav-btn-pc ul li img{
	transition: all 0.3s ease 0s;
}

.nav-btn-pc ul li img:hover {
	transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1200px){
	.nav-btn-pc{	
		max-width: 798px;
	}
}

@media screen and (max-width: 1100px){
	.nav-btn-pc{	
		max-width: 698px;
	}
}

@media screen and (max-width: 1000px){
	.nav-btn-pc{	
		max-width: 598px;
		left: 49%;
	}
}

@media screen and (max-width: 768px){
	.nav-btn-pc{
		display: none;
		/*max-width: 700px;
		top: 78%;
		left: 48%;*/
	}
}

@media screen and (min-width: 769px){
	.nav-btn-sp{
		display: none;
	}
}

@media screen and (max-width: 768px){
.nav-btn-sp{	
	position:absolute;
	top: 80%;
	left: 49%;
	width: 100%;
	max-width: 1000px;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.nav-btn-sp ul{
	display:flex;
	align-items: flex-end;
}

.nav-btn-sp ul li{
	width: 30%;
	margin: 0 0 0 2%;
	border:none;
}

.nav-btn-sp ul li a{
	display: block;
}

.nav-btn-sp ul li img{
	transition: all 0.3s ease 0s;
}

.nav-btn-sp ul li img:hover {
	transform: scale(1.1, 1.1);
}
	
}

@media screen and (max-width: 768px){	
	.sub-ttl-01,
	.sub-ttl-02,
	.sub-ttl-03,
	.sub-ttl-04{
		width: 50px;
		margin: 0 auto;
	}
}

/* ----------------------------------------
新着情報 
------------------------------------------- */

.whats-new{
	background: #1cb8cc;
	padding: 2em 0 3em;
}

@media screen and (max-width: 1000px){
	.whats-new{
		padding: 3em 0 2em 0;
	}
}

@media screen and (max-width: 768px){
	.whats-new{
		padding: 7em 0 2em 0;
	}
}

@media screen and (max-width: 598px){
	.whats-new{
		padding: 6em 0 2em 0;
	}
}

@media screen and (max-width: 321px){
	.whats-new{
		padding: 5em 0 2em 0;
	}
}

.news-sub-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	text-align: center;
	color: #005fa3;
	font-weight: 500;
	margin: 0 0 1em 0;
}

.news-sub-ttl::before,
.news-sub-ttl::after {
	content: '';
	width: 70px;
	height: 1px;
	background-color: #005fa3;
}

.news-sub-ttl::before {
	margin-right: 20px;
}

.news-sub-ttl::after {
	margin-left: 20px;
}

@media screen and (max-width: 768px){
	.news-sub-ttl {
		font-size: 0.7rem;
		margin: -10px 0 0 0;
	}
	.news-sub-ttl::before,
	.news-sub-ttl::after {
		width: 20px;
	}
	
	.news-sub-ttl::before {
		margin-right: 10px;
	}
	
	.news-sub-ttl::after {
		margin-left: 10px;
	}
}

.newsbox{
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	padding: 0.1em 1em 2em 1em;
}

@media screen and (max-width:768px){
	.newsbox{
		padding: 0.3em 1em 0.5em;
	}
}

.dl-news {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto .5em auto;
	border-bottom: 1px dotted #005fa3;
	font-size: 1rem;
}

.dt-news {
	box-sizing: border-box;
	padding: .5em 0 .5em .5em;
	text-align: left;
	width: 105px;
	color: #999999;
}

.dd-news {
	box-sizing: border-box;
	padding: .5em 0 .5em 1.5em;
	text-align: left;
	color: #005fa3;
}

@media screen and (max-width:768px){
	.dl-news {
		display: block;
		padding: 0;
		font-size: 0.9rem;
	}
	
	.dt-news {
		padding: 0;
	}
	
	.dd-news{
		padding: 0 0 0 .3em;
	}
}

.news-a{
	font-weight: bold;
}

.news-a:hover{
	color: #e95293;		
}

.btn_arrow_dwn {
	margin-top:10px;
	padding:10px 15px;
	height:22px;
	background:url("../img/openarr_l_gray_dwn.png") no-repeat center 50%;
}

.btn_arrow_dwn.on {
	background:url(../img/openarr_l_gray_up.png) no-repeat center 50%;
}

/* ----------------------------------------
section-01 スマえき限定「四国あちこちきっぷ」
----------------------------------------*/

.section-01{
	background: #005fa3;
	background-image: url("/seto-ohashi_line_300million/img/bg-dots-triangular-yellow.png"),url("/seto-ohashi_line_300million/img/bg-dots-triangular-blue.png");
	background-position: left 10% top 3%, right 5% bottom 1%;
	background-size: 20% auto, 25% auto;
	background-repeat: no-repeat, no-repeat;
	color: #ffffff;
	padding: 4em 0;
	/*background-color: #f0f0f0;
	padding: 4em 0;
	color: #005fa3;
	background-image: url("/seto-ohashi_line_300million/img/bg-dots-circle-blue.png"),url("/seto-ohashi_line_300million/img/bg-dots-circle-yellow.png");
	background-position: left 10% top 3%, right 5% bottom 3%;
	background-size: 26% auto, 23% auto;
	background-repeat: no-repeat, no-repeat;*/
}

@media screen and (max-width:768px){
	#section-01{
		background-image: none;
		padding: 2em 0;
	}
}

.section-detail{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 1.3em 0 1em 0;
	line-height: 1.6;
}

@media screen and (max-width:768px){
	.section-detail{
		font-size: 1rem;
	}
}

.box-cont{
	clear: both;
	overflow: hidden;
	padding: 2em 0;
}

.box-left{
	width: 49%;
	padding: 0 1% 0 0;
	float: left;
}

.box-right{
	width: 49%;
	padding: 0 0 0 1%;
	float: right;
}
.box-center{
	display: flex;
	justify-content: center;
	clear: both;
	text-align: center;
}

@media screen and (max-width:768px) {
	.box-cont{
		padding: 0;
	}
	
	.box-left,.box-right{
		float: none;
		width: 98%;
		padding: 0 1%;
	}
}

.ticket-schedule{
	clear: both;
	overflow: hidden;
	margin: 0.5em 0;
}

.ticket-ttl{
	background: #005fa3;
	float: left;
	padding: 0.1em 0.5em;
	color: #fff;
	border-radius: 4px;
	font-size: 0.9rem;
}

.ticket-date{
	display: inline-block;
	float: left;
	font-size: 1.1rem;
	padding: 0.2em 0 0 0.5em;
	font-weight: bold;
}

.ticket-asterisk{
	clear: both;
	margin: 1em 0 1.5em;;
}

.ticket-asterisk li{
	text-align:left;
	font-size: 0.9rem;
	line-height: 1.2;
	margin: 0.2em 0 0.2em 1.5em;
	text-indent: -1.3em;
	display: block;
}

.ticket-asterisk li::before{
    content: "※ ";
}

.ticket-info-cont {
	width: 50%;
	margin: 2em auto;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.ticket-info-ttl {
    background: #005fa3;
    padding: 4px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.ticket-info-box {
    padding: 15px 20px;
    margin: 0;
	text-align: center;
	font-size: 0.9rem;
}

@media screen and (max-width:768px){
	.ticket-ttl{
		font-size: 0.8rem;
	}
	
	.ticket-date{
		font-size: 1rem;
		text-align: left;
	}
	
	.ticket-asterisk li{
		font-size: 0.8rem;
	}
	
	.ticket-info-cont{
		width: 100%;
		margin: 2em auto;
	}
	
	.ticket-info-box {
		font-size: 0.7rem;
	}
}

ruby{
	font-weight: bold;
}

rt {
	font-size: 0.5rem;
	padding-top: 0.8em;
}


/* ----------------------------------------
section-02 「3億人ロゴ」を掲出した列車を期間限定運行 
------------------------------------------- */

#section-02{
	background: #c2e0ef;
	padding: 4em 0;
	color: #ffffff;
	background-image: url("/seto-ohashi_line_300million/img/bg-dots-circle-blue.png"),url("/seto-ohashi_line_300million/img/bg-dots-circle-yellow.png");
	background-position: left 10% top 3%, right 5% bottom 3%;
	background-size: 26% auto, 23% auto;
	background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width:768px){
	#section-02{
		background-image: none;
		padding: 2em 0;
	}
}

.h4-ttl-white {
	clear: both;
	display: block;
	position: relative;
	font-size: 1.8rem;
	padding: .3em 1em;
	margin: 2em auto 1em auto;
}

.h4-ttl-white::before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffffff;
	border-radius: 2px;
}

@media screen and (max-width:768px){
	.h4-ttl-white {
		font-size: 1.3rem;
	}
}

.posting-period{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 2.5em 0 1em 0;
}

.period-ttl{
	background: #cc2b6c;
	padding: 0.1em 0.5em;
	color: #ffffff;
	border-radius: 4px;
	font-size: 0.9rem;
	box-shadow: 2px 2px 2px #333333;
}

.period-asterisk li{
	text-align: center;
	line-height: 1.2em;
	margin:  1em 0 3em 0;
	text-indent: -1em;
	display: block;
	font-size: 0.8rem;
}

.period-asterisk li::before{
    content: "※ ";
}


.period-date{
	float: left;
	font-size: 1.1rem;
	padding: 0.2em 0 0 0.5em;
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.posting-period{
		display: block;
	}
	
	.period-ttl{
		width: 50%;
		margin: 0 auto 0.5em auto;
	}
	
	.period-date{
		font-size: 1rem;
		margin: 0 0 0.5em 0;
		display: contents;
	}
}

.thumbnail{
	position: relative;
	background: #ffffff;
	color: #005fa3;
	padding: 5% 8%;
	border-radius: 20px;
	box-shadow: 3px 3px 3px #666666;
}

.dl-flex {
	display: flex;
	flex-wrap: nowrap;
	margin: 0.5em 0 0 0;
}

.dt-flex {
	box-sizing: border-box;
	width: 65px;
	background: #005fa3;
	color: #ffffff;
	border-radius: 8px;
	text-align: center;
	padding: 0;
	height: 25px;
	font-size: 0.8rem;
}

.dd-flex {
	box-sizing: border-box;
	padding: 0 0 .5em 0.5em;
	text-align: left;
	font-size: 0.8rem;
}

.ol-asterisk li{
	text-align: right;
	line-height: 1.2em;
	margin:  0.2em 0 0.5em 0;
	text-indent: -1em;
	display: block;
	font-size: 0.8rem;
}

.ol-asterisk li::before{
    content: "※ ";
}

.information-asterisk li{
	text-align: right;
	line-height: 1.4em;
	margin:  0.2em 0 1em 2em;
	text-indent: -1.2em;
	display: block;
	font-size: 0.8rem;
}

.information-asterisk li::before{
    content: "※ ";
}

@media screen and (max-width: 768px) {
	.information-asterisk li{
		text-align: left;
		margin:  0.2em 2em 1em 2em;
	}
}


/* ----------------------------------------
section-03 おすすめツアー 
------------------------------------------- */

#section-03{
	background: #ffffff;
	color: #005fa3;
	padding: 4em 0;
	background-image: url("/seto-ohashi_line_300million/img/bg-dots-triangular-yellow.png"),url("/seto-ohashi_line_300million/img/bg-dots-circle-blue.png");
	background-position: left 10% top 3%, right 5% bottom 1%;
	background-size: 20% auto, 25% auto;
	background-repeat: no-repeat, no-repeat;
}


@media screen and (max-width:768px){
	#section-03{
		background-image: none;
		padding: 2em 0;
	}
}

.h4-recommended-tour{
	text-align: left;
	font-size: 1.3rem;
	padding: .3em 1em;
	background: #eeeeee;
	border-left: solid 5px #005fa3;
	color: #005fa3;
}

.h5-other-tour {
	clear: both;
	text-align: left;
	padding: .3em .5em;
	font-size: 1.2rem;
	margin-top: 1em;
	color: #005fa3;
}

@media screen and (max-width: 768px) {
	.h5-other-tour {
		font-size: 1rem;
	}
}

/* 個人 */
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 0 auto 5em auto;
}

.tab_item {
	width: 24.925%;
	height: 50px;
	border-bottom: 3px solid #005fa3;
	border-right: 1px #005fa3 solid!important;
	line-height: 50px;
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	color: #005fa3;
}

.tab_item:hover {
	opacity: 0.75;
	cursor: pointer;
}

.tab_item:last-of-type{
	border-right: none!important;
}

input[name="tab_item"] {
  display: none;
}

@media screen and (max-width:999px) {
	.tab_item {
		width: 24.9%;
	}
}

@media screen and (max-width:786px) {
	.tab_item {
		width: 24.88%;
	}
}

@media screen and (max-width:750px) {
	.tab_item {
		width: 24.87%;
	}
}

@media screen and (max-width:640px) {
	.tab_item {
		width: 24.82%;
	}
}

@media screen and (max-width:450px) {
	.tab_item {
		width: 24.7%;
	}
}

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

.tab_content_description{
	margin: auto;
}

#tab-01:checked ~ #tab-01-cont,
#tab-02:checked ~ #tab-02-cont,
#tab-03:checked ~ #tab-03-cont,
#tab-04:checked ~ #tab-04-cont {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #005fa3;;
  color: #ffffff;
}

.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}


.tab_content_description{
	margin: auto;
}

.product-list{
	float: left;
	width: 100%
}

.plan_k{
	width: 17.5%;
	float: left;
	border: #333333 1px solid;	
	margin:10px;
	transition: all 0.3s ease 0s;
}

@media screen and (max-width:896px) {
	.plan_k{
		width: 16%;
	}
}

@media screen and (max-width:786px) {
	.plan_k{
		width: 29.5%;
	}
}

@media screen and (max-width:640px) {
	.plan_k{
		width: 28.5%;
	}
}

@media screen and (max-width:500px) {
	.plan_k{
		width: 42%;
	}
}

.plan_k:hover{
	box-shadow: 3px 3px 3px #ccc;
	border: #333333 2px solid;
	transform: scale(1.1, 1.1);
}

@media screen and (max-width:786px) {
	.plan_k:hover{
		box-shadow: none;
		border: #333333 1px solid;
		transform: scale(1, 1);
	}
}

.plan_k a{
	display: block;
}

.plan_k a img{
	width: 80%;
    padding: 10%;
}

.bnr-link:hover{
	opacity: 0.8;
}



/* ----------------------------------------
section-04 記念企画 
------------------------------------------- */

#section-04{
	background: #005fa3;
	background-image: url("/seto-ohashi_line_300million/img/bg-dots-triangular-yellow.png"),url("/seto-ohashi_line_300million/img/bg-dots-triangular-blue.png");
	background-position: left 10% top 3%, right 5% bottom 1%;
	background-size: 20% auto, 25% auto;
	background-repeat: no-repeat, no-repeat;
	color: #ffffff;
	padding: 4em 0;
}

@media screen and (max-width:768px){
	#section-04{
		background-image: none;
		padding: 2em 0;
	}
}

.box-2-column{
	clear: both;
	width: 100%;
    margin: 0;
	padding: 0;
	overflow: hidden;
}

.column-2-70-right{
	float: right;
	padding: 1em 1.5%;	
	width: 62%;
	text-align: left;
}

.column-2-30-left{
	float: left;
	padding: 1em 1.5%;
	width: 32%;
}

.column-2-70-left{
	float: left;
	padding: 1em 1.5%;	
	width: 62%;
	text-align: left;
}

.column-2-30-right{
	float: right;
	padding: 1em 1.5%;
	width: 32%;
}

@media screen and (max-width:768px) {
	.column-2-70-right,
	.column-2-30-left,
	.column-2-70-left,
	.column-2-30-right{
		float: none;
		width: 100%;
		padding: 0;
		margin: 1em 0;
	}
}

.gourmet-h5{
	font-size: 0.9rem;
	background: #005fa3;
	color: #ffffff;
	padding: 0.1em 0.8em;
}

.gourmet-h6{
	font-size: 1.1rem;
	margin: 1em 0 0.7em 0;
}

.gourmet-cont{
	clear: both;
	overflow: hidden;
	margin: 0.5em 0;
}

.gourmet-ttl{
	background: #005fa3;
	float: left;
	padding: 0.1em 0.5em;
	color: #fff;
	border-radius: 4px;
	font-size: 0.9rem;
}

.gourmet-p{
	display: inline-block;
	float: left;
	font-size: 1rem;
	padding: 0.2em 0 0 0.5em;
	font-weight: bold;
}

/* ----------------------------------------
section-05 記念企画 
------------------------------------------- */

#section-05{
	color: #005fa3;
	padding: 4em 0;
	background: #c2e0ef;
	background-image: url("/seto-ohashi_line_300million/img/bg-dots-circle-blue.png"),url("/seto-ohashi_line_300million/img/bg-dots-circle-yellow.png");
	background-position: left 10% top 3%, right 5% bottom 3%;
	background-size: 20% auto, 25% auto;
	background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width:768px){
	#section-05{
		background-image: none;
		padding: 2em 0;
	}
}

/*--youtube--*/
.movie{
	width: 60%;
	margin: 2em auto 0 auto;
}

.movie iframe{
	height: 365px;
}

@media screen and (max-width:768px) {
	.movie{
		width: 90%;
		margin: 1em auto;
	}
	
	.movie iframe{
		height: 300px;
	}
}

/* ----------------------------------------
section-06
------------------------------------------- */

#section-06{
	color: #005fa3;
	padding: 4em 0;
	background: #c2e0ef;
	background-image: url("/seto-ohashi_line_300million/img/bg-dots-circle-blue.png"),url("/seto-ohashi_line_300million/img/bg-dots-circle-yellow.png");
	background-position: left 10% top 3%, right 5% bottom 3%;
	background-size: 20% auto, 25% auto;
	background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width:768px){
	#section-06{
		background-image: none;
		padding: 2em 0;
	}
}

.h4-ttl-blue {
	clear: both;
	display: block;
	position: relative;
	font-size: 1.8rem;
	padding: .3em 1em;
	margin: 0 auto 1em auto;
	color: #005fa3;
}

.h4-ttl-blue::before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #005fa3;
	border-radius: 2px;
}

@media screen and (max-width:768px){
	.h4-ttl-blue {
		font-size: 1.3rem;
	}
}

.result-cont{
	padding: 2em 1em;
	border: #e95293 3px solid;
	background: #ffffff;
	border-radius: 4px;
}

@media screen and (max-width:768px){
	.result-cont{
		margin: 1em 0;
	}
}

.result-h4{
	font-size: 1.8rem;
	line-height: 1.6;
}

@media screen and (max-width:768px){
	.result-h4{
		font-size: 1.3rem;
	}
}

.result-h5{
	font-size: 1.8rem;
	line-height: 1.4;
}

@media screen and (max-width:768px){
	.result-h5{
		font-size: 1.3rem;
	}
}

.result-h6{	
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width:768px){
	.result-h6{
		font-size: 1.1rem;
	}
}

.result-date{
	font-size: 2.8rem;
	font-weight: bold;
	color: #e95293;
}

@media screen and (max-width:768px){
	.result-date{
		font-size: 1.6rem;
	}
}

.result-people{
	font-size: 2.8rem;
	font-weight: bold;
	color: #e95293;
}

@media screen and (max-width:768px){
	.result-people{
		font-size: 1.6rem;
	}
}

.ribbon-wrapper {
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 1em;
	border-radius: 20px;
	background: #f1f1f1;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }

.ribbon {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 5px 0;
	margin: 0 0 0 -30px;
	width: calc(100% + 20px);
	color: #ffffff;
	background: #005fa3; 
}

.ribbon-h3{
	margin: 0;
	padding: 0 30px 0 15px;
	border-top: dashed 1px #ffffff;
	border-bottom: dashed 1px #ffffff;
	font-size: 1.2rem;
	line-height: 2;
}

.ribbon:after {
	position: absolute;
	content: '';
	z-index: 1;
	top: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #f1f1f1 transparent transparent;
	border-style: solid;
}

@media screen and (max-width:375px){
	.ribbon:after {
		right: -1px;
	}
}

.ribbon:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 10px #003052;
}

.present-name{
	font-weight: bold;
	padding: 0.5em 0;
	font-size: 1.1rem;
}

@media screen and (max-width:768px){
	.ribbon-h3{
		font-size: 1.1rem;
	}
	
	.present-name{
		font-size: 1rem;
	}
}

.text-over-img{
	position: relative;
}

.text-over-img-p {
	position: absolute;
	top: 0;
	left: 30%;
	text-shadow: 0.05em 0.05em 0.05em #000, -0.05em -0.05em 0.05em #000, -0.05em 0.05em 0.05em #000, 0.05em -0.05em 0.05em #000, 0px 0px 0.3em #000, 0px 0px 0.3em #000, 0px 0px 0.3em #000;
	color: #fff;
	font-size: 0.8rem;
}

@media screen and (max-width:768px){
	.text-over-img-p {
		left: 40%;
	}
}

@media screen and (max-width:480px){
	.text-over-img-p {
		left: 34%;
	}
}

.text-over-img-img {
	width: 100%;
}

.lottery-p{
	margin: 0.5em 0 0 0;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

/*.prediction-box{
	clear: both;
	overflow: hidden;
	width: 57%;
	margin: 3em auto 0;
}

@media screen and (max-width:768px){
	.prediction-box{
		width: 100%;
	}
}

.prediction-box-left{
	float: left;
	width: 11%;
	margin: 0;
	padding: 0;	
}

.prediction-box-right{
	float: right;
	width: 87%;
	margin: 0;
	padding: 0 0 0 2%;
	text-align: left;
}

.prediction-h2{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #004a83;
}

@media screen and (max-width:768px){
	.prediction-h2{
		font-size: 1.3rem;
	}
}

.prediction-h3{
	font-size: 1.1rem;
	font-weight: bold;
	color: #004a83;
}

@media screen and (max-width:768px){
	.prediction-h3{
		font-size: 1rem;
	}
}*/

/*----------------------------------
アコーディオン
------------------------------------*/
/*.open-box{
	border-bottom: 1px dotted #999999;
	padding: 10px 10px 5px 15px; 
	position:relative;
	overflow: hidden;
	text-align: left;
	background: #005fa3;
	margin: 1em auto 0;
	color: #ffffff;
	font-size: 1.4rem;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
}

.open-box .accordion-icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
}

.open-box .accordion-icon span {
	position: absolute;
    left:0;
    width: 90%;
	height: 3px;
	background: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.open-box .accordion-icon span:nth-of-type(1) {
    top: 12px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.open-box .accordion-icon span:nth-of-type(2) {
    top: 12px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.open-box .accordion-icon.active span:nth-of-type(1) {
	display:none;
}

.open-box .accordion-icon.active span:nth-of-type(2) {
	top:12px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.open-box .accordion-icon,
.open-box .accordion-icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.open-box-inner{ 
	display: none; 
	padding: 1.5em;
	text-align: left;
	position: relative;
	background: #f1f1f1;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.open-box-left{
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.open-box-right{
	width: 65%;
	float: right;
	margin: 0;
	padding: 0 0 0 5%;
	overflow: hidden;
}

@media (max-width: 768px){
	.open-box{
		font-size: 1.1rem;
	}
	
	.open-box-left,
	.open-box-right{
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

.open-box-clue-box{
	border: 2px solid #005fa3;
	background: #ffffff;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	text-align: center;
}

.open-box-h3{
	background: #005fa3;
	padding: 0.2em;
	margin: 0 0 1em 0;
	color: #ffffff;
	text-align: left;
	display: flex;
}

.open-box-h3::before{
	content: '';
	width: 30px;
	height: 24px;
	display: inline-block;
	background-position: left 2px top 2px;
	background-image: url("/seto-ohashi_line_300million/img/icon-clue.png");
	background-repeat: no-repeat;
}

.open-box-h5{
	text-align: left;
	margin: 0 0 0.2em 1em;
}
*/
/*----------------------------------
手がかり
----------------------------------*/

/*.clue-table{
	border-collapse:collapse;
	margin: 0 auto;
	width: 95%;
}

.clue-table th{
	background: #c2e0ef;
	vertical-align: middle;
}

.clue-table th,
.clue-table td{
	padding: 0.1em 0.8em;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}

.clue-table tr:nth-child(odd) td {
	background: #f1f1f1;
}

@media (max-width: 768px){
	.clue-table{
		font-size: 0.8rem;
	}
}
*/
/* ----------------------------------------
リスト
------------------------------------------- */
/* 番号リスト */
.ol-number{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding: 0.5em 1em;
}
  
.ol-number li{
	position: relative;
	margin: 0 0 2px 10px;
	padding-left: 8px;
	text-align: left;
	color: #005fa3;
}
  
.ol-number li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: -22px;
	width: 22px;
	height: 22px;
	background: #005fa3;
	text-align: center;
	color: #ffffff;
	top: 0;
}

/* ----------------------------------------
ボタン
------------------------------------------- */

.application-btn{
	clear: both;
}

.application-btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.3em 0 1em auto;
	padding: 1em 2em;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	background-color: #005fa3;
	border: #ffffff solid 2px;
	border-radius: 50vh;
}

.application-btn a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}

.application-btn a:hover {
	text-decoration: none;
	background-color: #f0f0f0;
	color: #005fa3;
	border: #005fa3 solid 2px;
}
.application-btn a:hover::after {
	border-top: 3px solid #005fa3;
	border-right: 3px solid #005fa3;
}

.apply-end{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 1.3em 5% 1em 5%;
	line-height: 1.6;
	color: #db6aa3;
	border: 2px solid #db6aa3;
	padding: 1em;
	background: #ffffff;
}

/* ----------------------------------------
footer
------------------------------------------- */
.site-footer{
	clear: both; 
	font-size: 1.1rem;
	padding-top: 20px;
	background: #ffffff;
}

.site-footer .coution{
	text-align: left;
	line-height: 1.6em;
}

.site-footer h1{
	padding:38px 0 15px;
}

.footer-tag{
	clear: both;
}

.copy-right{
	font-size: 0.8rem;
	color: #005fa3;
}

@media screen and (max-width: 768px) {
	.copy-right{
		font-size: 0.6rem;
	}
}

@media screen and (max-width: 480px) {
	.site-footer{
		padding-top: 20px;
	}
	
	.copy-right{
		line-height: 1.2em;
		padding: 20px 0;
	}
}

/* ----------------------------------------
pagetop
------------------------------------------- */
#pagetop{
	position:fixed;
	width: 60px; 
	right:10px;
	bottom:10px;
	cursor:pointer;
	z-index:99;
	display: none;
}

@media screen and (max-width: 768px) {
	#pagetop{
		bottom:10px;
		width: 40px;
	}
}
	
@media screen and (min-width:769px) {
	.sp-none{
		display: block!important;
	}
	
	.pc-none{
		display: none!important;
	}
}

@media screen and (max-width:768px) {
	.sp-none{
		display: none!important;
	}
	
	.pc-none{
		display: block!important;
	}
}
.icon-e5489 {
	width: calc(80px + 0.20vw);
}
.taisho-plan {
	display: inline-block;
	text-align: left;
}
.taisho-plan li {
	list-style: disc;
}