@charset "UTF-8";

@font-face {
  font-family: 'TsukushiAMaruGothic';
  src: url('../fonts/TsukushiAMaruGothic.ttc') format('truetype');
}

.line_head .line_btn a {
	padding: 15px 2% 16px;
	border-radius: 7px;
	background-color: #f884aa;
	background-image: url(../img/share/ptn_dots_01.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 12px;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.line_head .line_btn a::before {
	content: "";
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border-radius: 7px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 3px;
	left: 3px;
  }
 .line_head .line_btn .icon {
	display: inline-block;
	padding-left: 26px;
	color: #ffffff;
	font-weight: 600;
	background-image: url("../img/share/arrow_01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	font-size: 18px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
.line_head  .line_btn .text {
	color: #fffb9b;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 16px;
  }



/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
	.line_head h2 {
		text-align: center;
		color: #ff6a8b;
		font-size: 28px;
		font-weight: bold;
	}
	.line_head_text {
		width: 800px;
		margin: 0 auto;
		padding: 20px 0;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		line-height: 2;
		font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #333;
	}
	.line_head_link {
		width: 800px;
		margin: 60px auto;
	}
	.line_head_link a {
		display: block;
		float: left;
		text-align: center;
		margin-right: 3.5%;
		background: #f3d2d2;
		padding: 15px 0;
		border-radius: 30px;
		width: 31%;
		margin-bottom: 20px;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
		line-height: 1.2;
	}
	.line_head_link a:nth-of-type(3n) {
		margin-right: 0;
	}
	.line_head_link a:hover {
		background: #df8484;
	}
	.line_contents {
		padding: 40px 0;
	}
	.line_item {
		margin-bottom: 70px;
	}
	.line_item_box {
		width: 60%;
		margin: auto;
		display: flex;
		
	}
	.line_item_box .line_item_img {
		width: 65%;
		position: relative;
		display: table;
	}
	.line_item_box .line_item_qr {
		width: 35%;
		margin-right: 0%;
		position: relative;
		left: 20px;
	}
	.line_item_img_p {
		font-size: 30px;
        color: #333;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
	}
	.line_item_qr_p {
		color: #00c000;
		font-size: 18px;
		/* font-weight: bold; */
		line-height: 1.2;
		position: relative;
		top: -14px;
	}

	.line_item_qr img  {
		width: 100%;
		margin: auto;
	}
	.line_item a {
	    display: table;
	    text-align: center;
	    margin: 20px auto;
	    width: 650px;
	    background: #00c000;
	    padding: 15px;
	    border-radius: 20px;
	    position: relative;
	    color: #fff;
	    font-size: 22px;
	    line-height: 1.4;
	    letter-spacing: 2px;
	    font-weight: bold;
	}
    .line_item .btn a {
        width: 60%;
        padding: 20px 5%;
        border-radius: 7px;
        background-color: #00C000;
        background-image: url("../img/share/ptn_dots_01.png");
        background-repeat: repeat;
        background-position: center center;
        background-size: 12px;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
        position: relative;
    }
    .line_item .btn a::before {
        content: "";
        display: block;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-radius: 7px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .line_item .btn .icon {
        color: #fffb9b;
        font-weight: 600;
        background-image: url("../img/share/arrow_01.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 25px;
        padding-left: 50px;
        display: block;
    }


}
/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
	.line_head h2 {
		text-align: center;
		color: #ff6a8b;
		font-size: 5vw;
		font-weight: bold;
	}
	.line_head_text {
		width: 100%;
		margin: 0 auto;
		padding: 2vw 0;
		font-size: 4vw;
		text-align: center;
		font-weight: bold;
		line-height: 1.6;
		color: #333;
		font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.line_head_link {
		width: 100%;
		margin: 4vw auto;
	}
	.line_head_link a {
		display: block;
		float: left;
		text-align: center;
		margin-right: 4%;
		background: #f3d2d2;
		padding: 3vw 0;
		border-radius: 30px;
		width: 48%;
		margin-bottom: 20px;
		font-weight: bold;
		text-align: center;
		font-size: 3.8vw;
		height: 15vw;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1.2;
	}
	.line_head_link a:nth-of-type(2n) {
		margin-right: 0;
	}
	.line_head_link a:hover {
		background: #df8484;
	}
	.line_contents {
		padding: 40px 0;
		font-family: 'TsukushiAMaruGothic';
	}
	.line_item {
		margin-bottom: 10vw;
	}
	.line_item_box {
		width: 90%;
		margin: auto;
		display: flex;
		
	}
	.line_item_box .line_item_img {
		width: 100%;
		position: relative;
		display: table;
	}

	.line_item_img_p {
		position: relative;
        top: 2vw;
        font-size: 4vw;
        color: #333;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
	}
	.line_item_qr_p {
		color: #00c000;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.2;
		position: relative;
		top: -14px;
	}
	.line_item_qr {
		position: relative;
    	left: 9%;
	}
	.line_item_qr img  {
		width: 80%;
		margin: auto;
	}
	.line_item a {
	    text-align: center;
	    margin: 2vw auto;
	    background: #00c000;
	    padding: 4vw 30px 4vw 60px;
	    border-radius: 20px;
	    position: relative;
	    color: #fff;
	    font-size: 16px;
	    line-height: 1.6;
	    font-weight: bold;
	}
    .line_item .btn a {
        width: 90%;
        padding: 15px 5%;
        border-radius: 7px;
        background-color: #00C000;
        background-image: url("../img/share/ptn_dots_01.png");
        background-repeat: repeat;
        background-position: center center;
        background-size: 12px;
        box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
        position: relative;
    }
    .line_item .btn a::before {
        content: "";
        display: block;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-radius: 7px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .line_item .btn .icon {
        color: #fffb9b;
        font-weight: 600;
        background-image: url("../img/share/arrow_01.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 25px;
        padding-left: 30px;
        display: block;
    }
}


@media screen and (max-width:480px) {
.line_head  .line_btn .icon {
	  font-size: 14px;	  
  }
}

