@charset "utf-8";
/**********************************************/
/***************共通コンテンツ******************/
/**********************************************/

/*----------------------------------*/
/*----------- AdobeFonts -----------*/
/*----------------------------------*/
.tsukushiR{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
}
.tsukushiB{
	font-family: 'Zen Maru Gothic',sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
}
.ryomin{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-style: normal;
}

/*----------------------------------*/
/*-------------- body --------------*/
/*----------------------------------*/
body {
    font-feature-settings: "palt" 1;
    letter-spacing: 0.075em;
    font-size: 14px;
    line-height: 1.8;
}
a,div,table,tr,td,th {
	box-sizing: border-box;
}

/*----------------------------------*/
/*---------- main slider -----------*/
/*----------------------------------*/
#mainvisual{
	width: 100%;
	background: url('../img/renga.gif');
	background-size: 150px;
}
#mainvisual .wrapper{
	max-width: 1400px;
	position: relative;
	padding: 0!important;
}
#mainvisual .top_slider{
	width: 100%;
	margin: 0 auto;
}
.slick-slide{
	margin: 0;
}
#mainvisual .mainlogo {
    width: 320px;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 35px;
}

/*----------------------------------*/
/*-------- grayback table ----------*/
/*----------------------------------*/
.detailtable{
	font-size: 13px;
	line-height: 1.4;
}
.detailtable th{
	padding: 0 10px 5px 0;
	width: 75px;
}
.detailtable td{
	padding: 0 0 5px 0;
}
.detailtable a i{
	color: #FF3333;
}
.detailtable th span {
    width: 65px;
    display: block;
    background: #f18f43;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
    padding: 2px 0;
}

/*----------------------------------*/
/*------------- pageing ------------*/
/*----------------------------------*/
#pageing {
    text-align: center;
    margin: 40px 0 0;
}
#pageing .wrapper{
	text-align: center;
}
#pageing .pageing a,
#pageing .pageing span{
	width: 36px;
	height: 36px;
	border: 1px solid #005952;
	color: #005952;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin: 0 3px;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: bold;
}
#pageing .pageing a:hover{
	opacity: 0.8;
}
#pageing .pageing span.nowpage{
	background: #005952;
	color: #fff;
	cursor: auto;
}
#pageing .pageing span.hide{
	opacity: 0.5;
	cursor: auto;
}
#pageing .nextlink{
	padding: 10px 45px 10px 25px;
	background: #ebf5ec;
	color: #005952;
	font-size: 15px;
	line-height: 1.4;
	position: relative;
	border: 1px solid #005952;
	display: inline-block;
	margin-bottom: 25px;
}
#pageing .nextlink::after{
	content: '';
	width: 25px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	background: url('../img/btnarrow.png')no-repeat center center;
	background-size: contain;
}

/**********************************************/
/************** 個別コンテンツ ******************/
/**********************************************/
.cap{
	font-size: 11px;
	line-height: 1.4;
}
.kizuna_contents {
    width: 100%;
    padding-bottom: 80px;
}
.icondetail a i{
	color: #FF3333;
}
.icondetail li a{
	text-decoration: underline;
	word-break: break-all;
}
.icondetail li{
	padding-left: 2em;
	position: relative;
	font-size: 0.9em;
}
.icondetail li.icon1o::before,
.icondetail li.icon2o::before,
.icondetail li.icon3o::before,
.icondetail li.icon4o::before,
.icondetail li.icon5o::before,
.icondetail li.icon6o::before,
.icondetail li.icon1b::before,
.icondetail li.icon2b::before,
.icondetail li.icon3b::before,
.icondetail li.icon4b::before,
.icondetail li.icon5b::before,
.icondetail li.icon6b::before,
.icondetail li.icon1g::before,
.icondetail li.icon2g::before,
.icondetail li.icon3g::before,
.icondetail li.icon4g::before,
.icondetail li.icon5g::before,
.icondetail li.icon6g::before{
	content: '';
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 1.5em;
	height: 1.5em;
}
.icondetail li.icon1o::before{
	background: url('../img/p2/icon1_o.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon2o::before{
	background: url('../img/p2/icon2_o.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon3o::before{
	background: url('../img/p2/icon3_o.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon4o::before{
	background: url('../img/p2/icon4_o.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon5o::before{
	background: url('../img/p2/icon5_o.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon6o::before{
	background: url('../img/p2/icon6_o.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon1b::before{
	background: url('../img/p2/icon1_b.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon2b::before{
	background: url('../img/p2/icon2_b.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon3b::before{
	background: url('../img/p2/icon3_b.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon4b::before{
	background: url('../img/p2/icon4_b.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon5b::before{
	background: url('../img/p2/icon5_b.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon6b::before{
	background: url('../img/p2/icon6_b.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon1g::before{
	background: url('../img/p2/icon1_g.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon2g::before{
	background: url('../img/p2/icon2_g.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon3g::before{
	background: url('../img/p2/icon3_g.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon4g::before{
	background: url('../img/p2/icon4_g.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon5g::before{
	background: url('../img/p2/icon5_g.png')no-repeat center center;
	background-size: contain;
}
.icondetail li.icon6g::before{
	background: url('../img/p2/icon6_g.png')no-repeat center center;
	background-size: contain;
}






/*----------------------------------*/
/*------------- section1 -----------*/
/*----------------------------------*/
.main {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.pagelogo{
	width: 25%;
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
}
#section2 .atc {
    font-size: 11px;
    background: #fff;
    line-height: 1.5;
    padding: 5px 10px;
    border: 1px solid #005952;
    color: #005952;
    width: 100%;
    max-width: 740px;
    margin: 10px auto 70px;
}
#section2 .lead {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 20px;
}
#section2 .lead img {
    margin: 0 auto;
    width: 70%;
    max-width: 700px;
}

/*----------------------------------*/
/*------------- section2 -----------*/
/*----------------------------------*/
.tnh3{
	font-size: 28px;
	margin-bottom: 15px;
}
.tnh3 span{
	font-size: 12px;
	margin-left: 5px;
}
.overimg_left img{
	width: calc(100% + 80px);
	margin-left: -80px;
	max-width: none;
}
.overimg_left .img10{
	margin-left: -80px;
}
.overimg_left .img10 img{
	margin-left: 0!important;
	border-radius: 15px;
}

.overimg_right img{
	width: calc(100% + 80px);
	margin-right: -80px;
	max-width: none;
}
.bgcopy p {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.4;
    padding: 2px 10px;
	color: #fff;
}
.cap{
	font-size: 11px;
	line-height: 1.5;
}
.round{
	border-radius: 10px;
}
.dotbg{
	background: url(../img/p2/dotbg.gif);
}
#block1 .left{
	width: 50%;
}
#block1 .bgcopy {
    position: absolute;
    top: calc(100% - 50px);
    left: 0;
}
#block1 .bgcopy p,
#block3 .bgcopy p,
#block5 .bgcopy p,
#block7 .bgcopy p{
	background: #ef845c;
}
#block2 .bgcopy p,
#block4 .bgcopy p,
#block6 .bgcopy p,
#block8 .bgcopy p{
	background: #006dad;
}

#block1 .cap1 {
    position: absolute;
    top: 10px;
    left: -65px;
    color: #fff;
}
#block1 .right{
	width: calc(50% - 40px);
}
.icondetail{
	width: 50%;
	float: left;
}
.sec1blocks{
	margin-bottom: 120px;
}
#block1 .img2,
#block2 .img4,
#block3 .img7,
#block4 .img9,
#block6 .img14,
#block7 .img17{
	width: calc(50% - 30px);
	float: right;
}
.spotdetail{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dotted #aaa;
}

#block2 .cap2 {
    position: absolute;
    color: #fff;
    bottom: 36%;
    right: 46%;
}
#block2 .bgcopy {
    position: absolute;
    left: 0;
    bottom: 2%;
}
#block2 .left{
	width: calc(50% - 40px);
}
#block2 .right{
	width: 50%;
}

#block3 .left{
	width: 50%;
	padding-right: 5%;
	padding-bottom: 100px;
}
#block3 .overimg_left img{
	margin-top: -60px;
}
#block3 .right{
	width: calc(50% - 40px);
}
#block3 .img6 {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: 0;
}
#block3 .cap3 {
    position: absolute;
    right: 59%;
    bottom: 0;
}
#block3 .bgcopy {
    position: absolute;
    right: 0;
    top: 7%;
    text-align: right;
}
#block3 .left .fas {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    right: 57%;
}

#block4 .left{
	width: calc(60% - 40px);
}
#block4 .right{
	width: 38%;
}
#block4 .cap4 {
    position: absolute;
    top: 0;
    left: 0;
}
#block4 .bgcopy {
    position: absolute;
    bottom: 0;
    left: 0;
}

#block5 .left {
    width: 50%;
    padding-right: 10%;
}
#block5 .right{
	width: calc(50% - 40px);
}
#block5 .cap5 {
    position: absolute;
    bottom: -7%;
    right: 48%;
}
#block5 .bgcopy {
    position: absolute;
    top: 10%;
    right: 0;
    text-align: right;
}
#block5 .img11 {
    position: absolute;
    width: 50%;
    bottom: -10%;
    right: 0;
	z-index: 5;
}
#block5 .icondetail{
	width: 100%;
	float: none;
}

#block6 .left {
    width: calc(55% - 40px);
}
#block6 .right{
	width: 45%;
}
#block6 .cap6 {
    position: absolute;
    bottom: -15px;
    left: 0;
}
#block6 .bgcopy {
}
#block6 .img13 {
    float: left;
    width: 50%;
    margin: 0 20px 20px 0;
}
#block6 .tntext{
	position: relative;
}
#block6 .cap9{
	position: absolute;
	top: 5px;
	left: 10px;
	color: #fff;
}

#block7 .left {
    width: 60%;
    padding-right: 15%;
}
#block7 .right{
	width: calc(40% - 40px);
}
#block7 .cap71 {
    position: absolute;
    top: 102%;
    left: -80px;
}
#block7 .cap72 {
    position: absolute;
    top: 138%;
    right: 0;
}
#block7 .bgcopy {
    margin: 0 auto 15px -40%;
}
#block7 .img16 {
    position: absolute;
    width: 60%;
    top: 68%;
    right: 0;
}
#block7 .icondetail{
	width: 100%;
	float: none;
}
#block7 .img17 {
    position: absolute;
    width: 55%;
    top: 115%;
    left: 10%;
}

#block8 .left{
	width: calc(50% - 40px);
}
#block8 .right{
	width: 50%;
}
#block8 .bgcopy {
    position: absolute;
    bottom: 15px;
    left: -15%;
}
#block8 .icondetail{
	width: 100%;
	float: none;
}

.bg1{
	background: url(../img/p2/bg1.gif)no-repeat right top;
	background-size: 60%;
}
.bg2{
	background: url(../img/p2/bg2.gif)no-repeat left top;
	background-size: 20%;
}
.bg3{
	background: url(../img/p2/bg3.gif)no-repeat right bottom 10%;
	background-size: 20%;
}
.bg4{
	background: url(../img/p2/bg2.gif)no-repeat left center;
	background-size: 20%;
}
.bg5{
	background: url(../img/p2/bg3.gif)no-repeat right top;
	background-size: 20%;
}
.bg6{
	background: url(../img/p2/bg4.gif)no-repeat left bottom;
	background-size: 90%;
	padding-bottom: 1px;
}

#section1 {
    border-bottom: 1px solid #ccc;
}

#section3{
	background: #dff1fc;
	border-top: 1px solid #ccc;
}
.bg_blue_left{
	background: url(../img/p2/bg8.gif)repeat-x top left;
	background-size: 50%;
}
.bg_blue_right{
	background: url(../img/p2/bg7.gif)repeat-x bottom left;
	background-size: 50%;
	padding: 120px 0 40px;
}
.sec3title {
    width: 80%;
    max-width: 560px;
    margin: 0 auto;
}
.sec3lead {
    font-size: 20px;
    text-align: center;
    margin: 40px 0 60px;
    width: 100%;
}
.tnh3_2{
	font-size: 30px;
	margin: 0 auto 15px;
	line-height: 1.5;
	position: relative;
}
.tnh3_2::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -65px;
    width: 55px;
    height: 60px;
    background: url(../img/p2/mizu.png)no-repeat center center;
    background-size: contain;
}
.whitearea {
    border-radius: 15px;
    padding: 20px 40px 30px;
    background: #fff;
}
#section3 .sec3text{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #aaa;
}
.sec3blocks{
	margin-bottom: 60px;
}
#block9{
	position: relative;
}
#block9 .left {
    width: 65%;
}
#block9 .right {
    width: calc(50% - 40px);
    position: absolute;
    right: 0;
    top: 7%;
}
.roundshadow{
	border-radius: 15px;
}
#section3 .icondetail,
#block10 .icondetail{
	width: 100%;
	float: none;
}
#block10{
	position: relative;
}
#block10 .right{
	width: calc(50% - 40px);
	position: absolute;
	bottom: -40px;
	right: 0;
}
#block10 .left {
    width: 75%;
    padding-right: 25%;
}
#block10 .img20on1{
	position: absolute;
	width: 35%;
	top: -10%;
	left: 10%;
}
#block10 .img20on2{
	position: absolute;
	width: 35%;
	bottom: -10%;
	right: 10%;
}
#block11{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
#block11a,#block11b{
	width: calc(50% - 20px);
}
#block11 .icondetail{
	width: 100%;
	float: none;
}
#block11 .roundshadow{
	margin-bottom: 20px;
}

.gbarea{
	width: 100%;
	position: relative;
	border-radius: 15px;
	border: 3px solid #006457;
	margin-top: 60px;
}
.gbarea .gbtitle {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 65%;
}
.gbarea .img25 {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 45%;
}
.gbarea .img24 {
    position: absolute;
    top: 32%;
    left: 31%;
    width: 23%;
    border: 2px solid #fff;
    border-radius: 10px;
}
.gbarea .capbg1 {
    position: absolute;
    bottom: 15px;
    left: 35%;
    width: 19%;
    font-size: 12px;
}
.gbarea .capbg2 {
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 18%;
    font-size: 12px;
}
.gbarea .img23 {
    width: 40%;
    border-radius: 15px 0 0 15px;
}
.show_1180{
	display: none;
}
@media only screen and (max-width: 1180px) {
	.show_1180{
		display: block;
	}
	.hide_1180{
		display: none;
	}
	.overimg_left img{
	    width: calc(100% + 40px);
	    margin-left: -40px;
	}
	.overimg_left .img10{
		margin-left: -40px;
	}
	.overimg_left .img10 img{
		border-radius: 0 15px 15px 0;
	}
	.overimg_right img {
	    width: calc(100% + 40px);
	    margin-right: -40px;
	}
	#block7 .cap71 {
	    left: -30px;
	}
	.wrapper {
		padding: 0 40px;
		max-width: none;
	}
	#block10 .right .img20 {
		width: 100%;
		border-radius: 15px 0 0 15px;
	}
	#block9 .right {
	    right: 40px;
	}
	#block9 .left {
	    width: 55%;
	}
	#block1 .cap1 {
	    left: -30px;
	}
	#block2 .cap2 {
	    right: 49%;
	}
	#block5 .overimg_left .round{
		border-radius: 0 15px 15px 0;
	}
	#block5 .img11 {
	    width: 53%;
	    bottom: -20%;
	}
	#block5 .cap5 {
	    bottom: -10%;
	    right: 54%;
	}
	.tnh3 {
	    font-size: 28px;
	    line-height: 1.4;
	}
	#block7 .cap72 {
	    top: 143%;
	}
}
@media only screen and (max-width: 1040px) {
}
@media only screen and (max-width: 900px) {
	.sec3title {
	    max-width: 400px;
	}
	.bg_blue_right {
	    padding: 60px 0 1px;
		background-size: 100%;
	}
	.sec3lead {
	    font-size: 18px;
	    margin: 30px 0 50px;
	}
	#section2 .lead {
	    font-size: 18px;
	    padding: 25px 0 20px;
	}
	.sec1blocks {
	    margin-bottom: 60px;
	}
	#block8 .bgcopy {
	    left: -7%;
	}
	#block7 .cap71 {
	    top: 5px;
	    color: #fff;
	}
	#block7 .cap71 i{
		display: none;
	}
	#block7 .cap72 {
	    top: calc(84% - 60px);
	}
	#block7 .img17 {
	    width: 35%;
	    top: calc(70% - 60px);
	    left: 45%;
	}
	#block7 .img16 {
	    width: 45%;
	    top: -60px;
	}
	#block7 .left {
	    width: 100%;
	    padding-right: 50%;
	    float: none;
	}
	#block7 .right {
	    width: 100%;
	    float: none;
	}
	#block7 .bgcopy {
	    margin: 20px auto 10px 0;
	}
	#block7 .float900 .float900left{
		width: 50%;
		float: left;
	}
	#block7 .float900 .float900right {
	    width: calc(50% - 30px);
	    float: right;
	    margin: 0;
	    padding: 0 0 0 20px;
	    border-top: none;
	    border-left: 2px dotted #aaa;
	}
	.tnh3_2 {
	    font-size: 26px;
	}
	.tnh3_2::before {
	    top: -5px;
	    left: -55px;
	    width: 50px;
	    height: 45px;
	}
	#block10 .right {
	    width: calc(59% - 40px);
	    bottom: 50px;
	}
	#block10 .left {
	    width: 60%;
	    padding-right: 20%;
	}
	.roundshadow {
	    border-radius: 10px;
	}
	.whitearea {
	    border-radius: 10px;
	    padding: 15px 30px 20px;
	}
	#block11 {
	    margin-top: 0px;
	}
	.sec3blocks {
	    margin-bottom: 40px;
	}
}
@media only screen and (max-width: 860px) {
	#block6 .right {
	    width: 50%;
	}
	#block6 .left {
	    width: calc(50% - 40px);
	}
	#block6 .img14 {
	    width: 100%;
	    float: none;
	}
	#block6 .cap9 {
	    left: 43%;
	}
	#block6 .icondetail {
	    width: 100%;
	    float: none;
	    margin-bottom: 15px;
	}
	#block6 .img13 {
	    float: none;
	    width: 60%;
	    margin: 0 0px 20px auto;
	}
	#block6 .bgcopy {
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	#block6 {
	    padding-bottom: 30px;
	}
	#block9 .right {
	    right: 40px;
	    position: static;
	    width: 45%;
	}
	#block9 .left {
	    width: calc(55% + 40px);
	    margin: -30px 0 0 -40px;
	}
	#block9,#block10 {
	    position: relative;
	    background: #fff;
	    width: calc(100% - 80px);
	    padding: 0;
	    border-radius: 10px;
	}
	#block9 .roundshadow {
	    border-radius: 0 10px 10px 0;
	}
	#block10 .right {
	    width: 100%;
	    position: static;
	    margin: 0;
	    float: none;
	}
	#block10 .right .img20{
		border-radius: 0 0 10px 10px;
	}
	#block10 .left {
	    width: 100%;
	    padding-right: 20px;
	}
	#block10 .img20on1 {
	    top: auto;
	    right: 60px;
		left: auto;
		bottom: 43%;
		width: 25%;
	}
	#block10 .img20on2 {
	    bottom: 13%;
	    right: 60px;
		width: 25%;
	}
	#block4 .left {
	    width: calc(55% - 40px);
	}
	#block4 .right {
	    width: 45%;
	}
	.gbarea {
	    padding-bottom: 25px;
	}
	.gbarea .img23 {
	    width: 100%;
	    border-radius: 15px;
	}
	.gbarea .gbtitle {
	    top: 30px;
	    left: auto;
	    width: 50%;
	    right: 30px;
	}
	.gbarea .capbg2 {
	    bottom: auto;
	    width: 25%;
	    background: #fff;
	    padding: 2px 7px;
	    top: 69%;
	}
	.gbarea .capbg1 {
	    bottom: auto;
	    left: 7%;
	    width: 36%;
	    top: 87%;
	}
}
@media only screen and (max-width: 768px) {
	#block1 .left {
	    width: 100%;
	    padding-right: 20%;
	    float: none;
	    margin-bottom: 20px;
	}
	#block1 .right {
	    width: 100%;
	    float: none;
	}
	#block1 .bgcopy {
	    top: 5%;
	    left: auto;
	    right: 0;
	}
	#block2 .left {
	    width: 100%;
	    float: none;
	    margin-top: 20px;
	}
	#block2 .right {
	    width: 100%;
	    float: none;
	}
	.spotline{
		width: calc(100% - 80px);
		margin: 0 auto 35px;
		line-height: 2;
		font-size: 15px;
		letter-spacing: 0.2em;
		position: relative;
		text-align: center;
		background: linear-gradient(90deg, #A4D9F3 0%, #FCD7A1 100%);
		color: #fff;
		border-radius: 1em;
	}
	#block3 .left {
	    width: 100%;
	    padding-right: 45%;
	    float: none;
	}
	#block3 .right {
	    width: 100%;
	    float: none;
	    margin-top: 30px;
	}
	#block3 .overimg_left img{
		margin-top: 0;
	}
	#block3 .cap3 {
	    right: 54%;
	    bottom: 0;
	}
	#block3 .left .fas {
	    bottom: 0;
	    right: 52%;
	}
	#block3 .bgcopy {
	    top: 0%;
	}
	#block3 .img6 {
	    top: auto;
	    bottom: 0;
	    width: 50%;
	}
	#block4 .tntext{
		width: calc(100% - 320px);
    	min-height: 280px;
	}
	#block4 .tnh3{
		width: calc(100% - 320px);
	}
	#block4{
		position: relative;
	}
	#block4 .right {
	    width: 280px;
	    float: none;
	    position: absolute;
	    right: 40px;
	    top: 0;
	}
	#block4 .left {
	    width: 100%;
	}
	#block5 .cap5 {
	    bottom: 2%;
	    right: auto;
	    left: 62%;
	}
	#block5 .cap5 i{
		-moz-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    transform: rotate(-90deg);
		margin-left: 5px;
	}
	#block5 .img11 {
	    width: 43%;
	    bottom: 10%;
	}
	#block5 .left {
	    width: 100%;
		float: none;
	    padding-right: 40%;
		margin-bottom: 20px;
	}
	#block5 .right {
	    width: 100%;
	    float: none;
	}
	#block5 .bgcopy {
	    top: 5%;
	}
	#block6 .bgcopy {
	    left: 65%;
	    top: 54%;
	    z-index: 2;
	}
	#block6 .img13 {
	    width: 40%;
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	#block6 .right {
	    width: 100%;
	    float: none;
		padding-right: 40%;
		position: relative;
	}
	#block6 .left {
	    width: 100%;
	    float: none;
	    margin-top: 40px;
	}
	#block6 .img14 {
	    width: 50%;
	    float: right;
	}
	#block6 .icondetail {
	    width: calc(50% - 30px);
	    float: left;
	    margin-bottom: 0;
	}
	#block6 .cap9 {
	    z-index: 3;
	    left: 62%;
	}
	#block7{
		margin-top: 90px;
	}
	#block8 .bgcopy {
	    bottom: auto;
	    top: 5%;
	}
	#block10 .img20on1 {
		bottom: 38%;
	}
	#block11a, #block11b {
	    width: 100%;
	    margin-bottom: 40px;
	}
	#block11 {
	    display: block;
	}
	.kizuna_contents {
		padding-bottom: 0px;
	}

}
@media only screen and (max-width: 640px) {
	#block4 .cap4 {
	    position: absolute;
	    top: auto;
	    left: auto;
	    text-align: right;
	    right: 0;
	    bottom: 100%;
	}
	#block4 .img8 {
	    width: 35%;
	    float: right;
	    margin: 0 0 10px 20px;
	}
	#block4 .tntext {
	    width: 100%;
	    min-height: 0;
	    position: relative;
	}
	#block4 .tnh3 {
	    width: 100%;
	}
	#block4 .bgcopy {
	    position: static;
	    margin-bottom: 15px;
	}
	#block4 .cap4 i{
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#block7 .cap72 {
	    top: calc(84% - 45px);
	}
	#block7 .img17 {
	    width: 35%;
	    top: auto;
	    left: 48%;
	    bottom: 20px;
	}
	#block7 .img16 {
	    width: 45%;
	    top: -40px;
	}
	#block7 {
	    margin-top: 70px;
	}
	#block7 .float900 .float900left {
	    width: 100%;
	    float: none;
	}
	#block7 .float900 .float900right {
	    width: 100%;
	    float: none;
	    margin: 20px 0 0 0;
	    padding: 20px 0 0;
	    border-left: none;
	    border-top: 2px dotted #aaa;
	}
	#block8 .right {
	    width: 100%;
	    float: none;
	    margin-bottom: 20px;
	    padding-left: 20%;
	}
	#block8 .bgcopy {
	    left: 0;
	}
	#block8 .left {
	    width: 100%;
	    float: none;
	}
	#block9 .right {
	    width: 100%;
	}
	#block9 .left {
	    width: 100%;
	    margin: 0;
	}
	#block9 .roundshadow {
	    border-radius: 10px 10px 0 0;
	}
	.gbarea .capbg2 {
	    top: 86%;
	}

}
@media only screen and (max-width: 540px) {
	body{
		font-size: 13px;
	}
	.bgcopy p {
	    font-size: 16px;
	}
	#block3 .left {
	    padding-bottom: 65px;
	    padding-right: 35%;
	}
	#block3 .right {
	    margin-top: 20px;
	}
	#block6 .bgcopy {
	    left: auto;
	    top: 20px;
	    right: 50%;
	    text-align: right;
	}
	#block6 .img13 {
	    width: 55%;
	    position: static;
	    margin-bottom: 10px;
	}
	#block6 .right {
	    padding-right: 0;
	}
	#block6 .cap9 {
	    left: auto;
	    right: 10px;
	    top: 38%;
	}
	#block8 .right {
		padding: 0;
	}
	#block8 .bgcopy {
	    left: 5%;
	}
	.sec3lead {
	    font-size: 16px;
	    margin: 30px 0 40px;
	}
	#block10 .img20on1 {
	    bottom: 28%;
	}
	#block10 .img20on2 {
	    bottom: 3%;
	}
	#section2 .lead {
	    font-size: 16px;
	    padding: 25px 0 10px;
	    line-height: 1.4;
	}
	#section2 .atc {
	    margin: 10px auto 50px;
	}
	.gbarea .capbg1 {
	    bottom: 25px;
	    top: auto;
		font-size: 10px;
		line-height: 1.3;
	}
	.gbarea .capbg2 {
	    top: auto;
	    bottom: 10px;
	    font-size: 10px;
		width: 39%;
		line-height: 1.3;
		right: 5px;
	}
	.gbarea .gbtitle {
	    top: 20px;
	    width: 60%;
	    right: 20px;
	}
	.gbarea {
	    margin-top: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.wrapper {
	    padding: 0 25px;
	}
	.overimg_left img{
	    width: calc(100% + 25px);
	    margin-left: -25px;
	}
	.overimg_left .img10{
		margin-left: -25px;
	}
	.overimg_left .img10 img{
		border-radius: 0 10px 10px 0;
	}
	.overimg_right img {
	    width: calc(100% + 25px);
	    margin-right: -25px;
	}
	#block1 .cap1 {
	    left: -15px;
	    bottom: 10px;
	    top: auto;
	}
	#block1 .bgcopy {
	    top: 0;
	}
	.tnh3 {
	    font-size: 24px;
		margin-bottom: 10px;
	}
	.icondetail {
	    width: 100%;
	    float: none;
	    margin-bottom: 15px;
	}
	#block1 .img2, #block2 .img4, #block3 .img7, #block4 .img9, #block6 .img14, #block7 .img17 {
	    width: 100%;
	    float: none;
	    margin: 0;
	}
	.spotline {
	    width: calc(100% - 50px);
	}
	.cap {
	    font-size: 10px;
	}
	#block6 .img14 {
	    width: 100%;
	    float: none;
	}
	#block6 .icondetail {
	    width: 100%;
	    float: none;
	    margin-bottom: 15px;
	}
	#block7 .cap72 {
	    top: calc(91% - 30px);
	}
	#block7 .img17 {
	    width: 70%;
	    position: static;
	    margin-top: 30px;
	}
	#block7 .cap71 {
	    top: 5px;
	    left: -15px;
	}
	#block7 .img16 {
	    width: 55%;
	    top: 45%;
	}
	#block7 .left {
	    padding-right: 20%;
	}
	#block7 {
	    margin-top: 0;
	}
	#block9, #block10 {
	    width: calc(100% - 50px);
	}
	.tnh3_2 {
	    font-size: 22px;
		margin-bottom: 10px;
	}
	#block10 .img20on1 {
	    bottom: -20px;
	    right: 37%;
	}
	#block10 .img20on2 {
	    bottom: -20px;
	    right: 10%;
	}
	#block10 .icondetail {
	    margin-bottom: 0;
	}
	#block11a, #block11b {
	    margin-bottom: 30px;
	}
	#block5 {
	    margin-bottom: 30px;
	}
	#block6 {
	    padding-bottom: 20px;
	}
	.sec1blocks {
	    margin-bottom: 40px;
	}
	.bg2,.bg3,.bg4,.bg5{
		background-size: 35%;
	}
	.bg5 {
	    background-position: top 30% right;
	}
	.bg2 {
	    background: url(../img/p2/bg3.gif)no-repeat right top 15%;
	    background-size: 35%;
	}
	.bg_blue_right {
	    padding: 40px 0 1px;
	}
	#section3 .icondetail{
		margin-bottom: 0;
	}
	.sec3blocks {
	    margin-bottom: 30px;
	}
	#block5 .cap5 {
	    bottom: auto;
	    right: 0;
	    left: auto;
	    top: 105%;
	}
	#block5 .img11 {
	    width: 43%;
	    bottom: 0%;
	}
	.whitearea {
	    padding: 15px 25px 20px;
	}
	#block1{
		margin-bottom: 60px;
	}
	.spotline{
		margin-bottom: 25px;
	}
	#block1 .left {
	    padding-right: 10%;
	    padding-top: 15px;
	}
}
