:root{
	scroll-padding: 300px;
	scroll-behavior: smooth;
}

/*
HEADER
================================================ */
header {
	width: 100%;
    height: auto;
	padding-bottom: 5px;
    background: white;
    z-index: 100;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
	justify-content: center;
    align-items: center;
    list-style: none;
	border-bottom: 1px solid rgba(0,0,0,.15);
}

header .wrapper h1 {
	text-align: center;
}
.main-nav {
    display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0.5rem;
}
.main-nav li {;
    text-align: center;
    font-size: .75rem;
}
.logo {
	max-width: 200px;
	margin: 10px auto;
	flex-shrink: 0;
	transition: 0.5s;
}
.main-nav a {
    display: block;
}
.main-nav a::before {
    display: block;
    margin-bottom: .25rem;
/* Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #555;
    font-size: 1.25rem;
}
.menu-home::before {
    content: '\f015';
}
.menu-job::before {
    content: '\f02b';
}
.menu-form::before {
    content: '\f207';
}
.main-nav .current {
    background: #f8f6f2;
}


/*================================================ */
@media (min-width: 600px) {
/* Header */
	header {
		width: 100%;
    	height: auto;
		padding-bottom: 20px;
    	background: white;
    	z-index: 100;
    	box-sizing: border-box;
    	position: fixed;
    	top: 0;
    	left: 0;
    	display: flex;
		justify-content: center;
    	align-items: center;
    	list-style: none;
		border-bottom: 1px solid rgba(0,0,0,.15);
	}
    header .wrapper {
		display: flex;
		justify-content: center;
		margin: 0 3rem;
		height: 100px;
		padding: 20px;
	}
    .logo {
        max-width: 200px;
    }
	.main-nav {
		display: flex;
		flex-wrap: nowrap;
	}
    .main-nav li {
		/*width: 20%;*/
        margin-left: 2rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        font-size: 1.25rem;
    }
    .main-nav a {
        width: auto;
		padding: .5rem;
		font-size: 1rem;
    }
    .main-nav a:hover,
    .main-nav .current {
        border-bottom: 2px solid #2d3374;
        padding-bottom: .5rem;
        background: none;
    }
    .main-nav a::before {
        content: '';
    }
}

.container {
	 max-width: 700px;
	 max-height: auto;
	 overflow: hidden;
	 margin: 30px auto 0;
	 box-shadow: 0 0 40px #a0a0a0;
	 font-family: 'Open Sans', sans-serif;
}
.navbar {
	 background: #b97cfc;
	 color: #fff;
	 padding: 1em 0.5em;
}
.navbar a {
	 color: #fff;
	 text-decoration: none;
	 font-size: 1.3em;
	 float: left;
}
.navbar span {
	 font-size: 1.1em;
	 font-weight: 300;
	 display: block;
	 text-align: center;
}
.profile-pic {
	 width: 30px;
	 height: 30px;
	 display: inline-block;
	 float: right;
	 position: relative;
}
.profile-pic img {
	 width: 100%;
	 border-radius: 50%;
}
.notification {
	 position: absolute;
	 width: 5px;
	 height: 5px;
	 border-radius: 50%;
	 top: 2px;
	 right: 2px;
	 background: #f93b69;
}
.header1 {
	 background-image: url("images/1.png");
	 background-size: cover;
	 color: #fff;
	 position: relative;
}
.color-overlay {
	 padding: 3em 2em;
	 box-sizing: border-box;
	 background: rgba(123, 94, 155, 0.5);
}
.actionbutton {
	 position: absolute;
	 background: #f93b69;
	 width: 50px;
	 height: 50px;
	 font-size: 3em;
	 font-weight: 300;
	 border-radius: 50%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 bottom: -25px;
	 right: 20px;
	 box-shadow: 0 0 8px #202020;
}
.day-number {
	 font-size: 3em;
	 display: inline-block;
	 margin-right: 15px;
}
@media (max-width: 600px) {
	.day-number {
		font-size: 2em;
	}
}
.date-right {
    display: inline-block;
}
.date-right2 {
    padding-left: 2rem;
    display: inline-block;
}
.day-name {
    font-size: 1.6em;
}
.month {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.6em;
    letter-spacing: 2px;
    margin-top: 2px;
}


/*ライン*/
.hr-text {
	font-family: 'Noto Serif JP', serif;
	line-height: 1em;
	margin: 3% 0 3%;
	position: relative;
	outline: 0;
	border: 0;
	color: darkgray;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	z-index: 1;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #B3B2A9, transparent);
	background: linear-gradient(to right, transparent, #B3B2A9, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1.5px;
	z-index: 1;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: rgba(0,0,0,1.00);
	padding: 0 .5em;
	line-height: 1.5em;
	background-color: #fcfcfa;
	z-index: 1;
}

.link-adjuster {
	margin-top: -50px;
	padding-top: 50px;
}

/*タイトル*/
.full {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.header {
    width: 100%;
    height: 100vh;
    background: url("https://tungu.me/bg.jpg") no-repeat;
    background-size: cover;
    margin: 0 auto;
    background-position: center;
}
.header-title {
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 50%;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 3px solid;
    border-top: none;
}
.header-title h1, .header-title h2 {
    letter-spacing: 0.05em;
}
.header-title h1 {
    font-size: 3.5em;
    text-transform: uppercase;
}
.header-title h2 {
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-style: oblique;
    font-size: 1.5em;
    overflow: hidden;
    margin: -30px -33px 0 -33px;
    position: absolute;
    width: calc(100% + 6px);
}
.header-title h2:before, .header-title h2:after {
    content: "";
    position: absolute;
    width: 100%;
    margin-top: -2px;
    border-top: 3px solid;
    top: 50%;
}
.header-title h2:before {
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    margin-left: -30px;
}
.header-title h2:after {
    margin-left: 30px;
}
.title h1 {
    padding: 20px;
}



/*タイムラインテンプレート*/
/* for Desktop */
.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
	padding-left: 15px;
}
.timeline-date {
    width: 121px;
    float: left;
    margin-top: 20px;
}
.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
}
.timeline-content::last-child {
    width: 75%;
	height: 50%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
}

.timeline-content h3,.timeline-content p {
	margin: 1em 0;
}
.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 131px;
    top: 23px;
    border-radius: 100%;
}

@media (max-width : 640px) {
	.timeline > li {
		padding-left: 5px;
    }
	.timeline-date {
		width: 27.3%;
	}
	.timeline-content {
		width: 70%;
	}
	.timeline-content:before {
		left: 27.3%;
    }
}

/*テーブルデザイン*/
table {
	margin: 0 auto;
	max-width: 800px;
}
table, td, th {
	border: 1px solid #808080;
} 
table tr {
    background-color: #fff;
    border-bottom: 2px solid #fff;
}
table tr:nth-child(even) {
    background-color: #eee;
}

table th, table td {
    padding: .35em .5em;
}
table thead th {
    padding: 1em;
	width: 20%;
}
table thead td {
}
table thead tr {
    background-color: #fd6767;
    color: #fff;
}
table tbody th {
    text-align: left;
    font-size: .9em;
}

.txt {
    text-align: left;
    font-size: .75em;
}
.price1 {
    text-align: left;
/*    color: #FF7043;*/
/*    font-weight: bold;*/
}
.price1 span {
	white-space: nowrap;
}
@media screen and (max-width: 600px) {
    table {
        border: 0;
        width: 100%;
    }
    table th {
        background-color: #fd6767;
        display: block;
        border-right: none;
    }
	
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
	table thead th {
		width: auto;
	}
    table tr {
        display: block;
        margin-bottom: .3em;
        border: 1px solid #fd6767;
    }
    table td {
        border-bottom: 1px dotted #bbb;
        display: block;
/*        font-size: .8em;*/
        position: relative;
        padding: .25em;
        border-right: none;
		text-align: center;
    }
    table td::before {
		display: none;
        content: attr(data-label);
        font-weight: normal;
        position: absolute;
        left: 10px;
        color: #000;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table tbody th {
		font-size: 1em;
        color: #fff;
        padding: 0.2em;
		text-align: center;
    }
	table th, table td {
		padding: auto;
	}
    table tr:nth-child(even) {
        background-color: #fff;
    }
	.price1 {
		text-align: center;
	}
}