/*===========================
全体
===========================*/
#guidetyumon_wrap{
    max-width: 900px;
	margin: 0 auto;
}
#guidetyumon_wrap h1{
	margin-bottom: 15px;
}
#guidetyumon_wrap h2{
	margin-top: 15px;
    border-bottom: 2px solid #333;
    margin: 0 auto;
    padding: 0;
}
#guidetyumon_wrap h2:nth-of-type(n+2){
	margin-top: 30px;
}
#guidetyumon_wrap h2::before{
	content: " ■ ";
}
#guidetyumon_wrap section{
	box-sizing: border-box;
	padding: 10px;
}
#guidetyumon_wrap p > a{
	color: #cb6767;
	font-weight: bold;
	border-bottom: 1px solid;
}
#guidetyumon_wrap .pc_none{
    display: none !important;
}

/*===========================
ご注文方法
===========================*/
#guidetyumon_wrap .method ul{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
}
#guidetyumon_wrap .method ul li{
	width: calc(98%/2);	
}
#guidetyumon_wrap .method ul li a{
	display: block;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 15px 10px;
	position: relative;
	border-radius: 5px;
	top: -3px;
	font-size: 15px;
}
#guidetyumon_wrap .method ul li a::after{
	font-family: 'Material Icons';
    content: "chevron_right";
    position: absolute;
    top: 54%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
}
#guidetyumon_wrap .method ul li a:hover{
	color: #fff !important;
	box-shadow: none !important;
	top: 0px;
}
#guidetyumon_wrap .method ul li:nth-child(1) a{
	background-color: #d04848;
	box-shadow: 0px 3px 0 #d048484f;
}
#guidetyumon_wrap .method ul li:nth-child(2) a{
	background-color: #4582c6;
	box-shadow: 0px 3px 0 #4891d04f;
}


/*===========================
領収書
===========================*/
#guidetyumon_wrap .receipt > p:nth-of-type(2){
	margin-bottom: 5px;
}
#guidetyumon_wrap .receipt li{
	box-sizing: border-box;
    padding: 15px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0px 1px 3px #b7b7b7;
    width: 100%;
    margin: 0 auto;
}
#guidetyumon_wrap .receipt li:nth-child(n+2){
	margin-top: 15px;
}
#guidetyumon_wrap .receipt ul dt{
	background-color: #db9191 !important;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 7px;
    display: flex;
    align-items: baseline;
    font-size: 18px;
}
#guidetyumon_wrap .receipt dt span{
	font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-left: 3px;
    line-height: unset;
}
#guidetyumon_wrap .receipt dl > div{
	box-sizing: border-box;
	padding: 10px;
}
#guidetyumon_wrap .receipt dl > div.list_txt dd{
	font-weight: bold;
}
#guidetyumon_wrap .receipt dl > div.list_txt dd::before{
	content: "・";
	margin-right: 3px;
}
#guidetyumon_wrap .receipt dl > div.warning_txt{
	background-color: #f6eee3;
	margin-top: 5px;
}
#guidetyumon_wrap .receipt dl > div.warning_txt dd,
#guidetyumon_wrap .warning_box dd{
	display: flex;
}
#guidetyumon_wrap .receipt dl > div.warning_txt dd:nth-child(n+2){
	margin-top: 10px;
}
#guidetyumon_wrap .receipt dl > div.warning_txt dd::before,
#guidetyumon_wrap .warning_box dd::before{
	content: "※";
	margin-right: 3px;
}
#guidetyumon_wrap .receipt .sample_txt{
	text-align: center;
    font-size: 12px;
    color: #656363;
	margin: 5px auto 15px;
}
#guidetyumon_wrap .red{
	font-weight: bold;
	color: #b10e1b;
}
#guidetyumon_wrap .warning_box{
	width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 20px;
    background-color: #eee;
}
#guidetyumon_wrap .warning_box dt{
	text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #bdbbbb;
    margin-bottom: 10px;
}
#guidetyumon_wrap .warning_box dd:nth-of-type(n+2){
	margin-top: 5px;
}

/*===========================
ご注文時に不具合が生じた場合
===========================*/
#guidetyumon_wrap .defect p:nth-of-type(2){
	margin-top: 15px;
}
#guidetyumon_wrap .defect p:nth-of-type(2)::before{
	font-family: 'Material Icons';
    content: "chevron_right";
    font-size: 20px;
    vertical-align: middle;
    color: #a7a7a7;
    font-weight: bold;
}
#guidetyumon_wrap .defect a{
	margin-right: 5px;
}

/*===========================
ご注文内容の確認方法
===========================*/
#guidetyumon_wrap .check_method .title{
	margin: 10px 0;
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #edc9c0 60%);
    display: inline-block;
}
#guidetyumon_wrap .check_method p:nth-child(4){
	margin-top: 5px;
}
#guidetyumon_wrap .check_method .warning{
	font-size: 13px;
	color: #656363;
}
#guidetyumon_wrap .check_method .warning::before{
	content: "※";
	margin-right: 3px;
}


#guidetyumon_wrap .check_method .toiawase_form::before{
	font-family: 'Material Icons';
    content: "chevron_right";
    font-size: 20px;
    vertical-align: middle;
    color: #a7a7a7;
    font-weight: bold;
}
#guidetyumon_wrap .check_method > div{
	margin: 15px 0 0;
}
#guidetyumon_wrap .check_method > div .warning{
	box-sizing: border-box;
	padding-left: 20px;
}
#guidetyumon_wrap .check_method > div .warning{
	margin-top: 0;
}
#guidetyumon_wrap .check_method > div .warning_last{
	margin-bottom: 15px;
}



/*===========================
モーダルウィンドウ
===========================*/
/* ボタン（デザインはお好みで） */
#guidetyumon_wrap .my_modal_btn{
	display: block;
    width: 60%;
    padding: 10px 0;
    border: 1px solid #222;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
	margin: 15px auto 0; 
	background-color: #222;
	color: #fff;
	position: relative;
	transition: 0.5s;
}
#guidetyumon_wrap .my_modal_btn:hover{
	background-color: #fff;
	color: #222;
}
#guidetyumon_wrap .my_modal_btn::after{
	font-family: 'Material Icons';
    content: "add_circle";
    position: absolute;
    font-size: 24px;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* margin-left: 5px; */
}

/* チェックボックスを非表示 */
#guidetyumon_wrap #my_modal1{
    display: none;
}
/* モーダル */
#guidetyumon_wrap .my_modal_body1{    
    display: none;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    display: none;
    background-color: #FFF;
    overflow-y: auto;
    /* スマホ用スクロール */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /* お好みで */
    width: 90%;
    max-height: 90%;
    max-width: 1066px;
}

/* モーダル内ヘッダー */
#guidetyumon_wrap .my_modal_header{
    padding: 15px 10px;
    background-color: #23282D;
    color: #FFF;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: center;
}

/* クローズアイコン */
#guidetyumon_wrap .my_modal_close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
#guidetyumon_wrap .my_modal_close_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
#guidetyumon_wrap .my_modal_close_icon span::before,
#guidetyumon_wrap .my_modal_close_icon span::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: #FFF;
}
#guidetyumon_wrap .my_modal_close_icon span::before{
    transform: rotate(-45deg);
}
#guidetyumon_wrap .my_modal_close_icon span::after{
    transform: rotate(45deg);
}

/* コンテンツ表示 */
#guidetyumon_wrap .my_modal_content{
    padding: 5px 10px;
	box-sizing: border-box;
}
#guidetyumon_wrap .my_modal_content img{
	max-width: 100%;
}

/* 背景を暗くする */
#guidetyumon_wrap .my_modal_overlay{
    display: none;
    position: fixed;
    z-index: 90000;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.8;
    cursor: pointer;
}

/* チェック時オーバーレイとコンテンツを表示 */
#my_modal1:checked ~ .my_modal_body1, #my_modal1:checked ~ .my_modal_overlay{
    display: block;
}



/***---------------------------------
TOPに戻る
---------------------------------***/
#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 4vw;
    bottom: 80px;
    /* background: #ef3f98; */
    border: 2px solid #666;
    opacity: 1.0;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
}
#page_top a::before{
	font-family: 'Material Icons';
    content: "expand_less";
    font-weight: 900;
    font-size: 25px;
    color: #666;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: auto;
    text-align: center;
}