@charset "utf-8";

/* -----------------------------------------------
 * style.css
 * LastUpdate : 15/12/03
----------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
h2 {
	font-style: italic;
	background: url(../img/wave02.png) repeat-x bottom;
}
h2 span {
	display: block;
}

h4 {
    font-weight: bold;
    position: relative;
    padding-left: 1.2em;
}

h4:before {
    content: "■";
    position: absolute;
    left: 0;
}
@media only screen and ( max-width : 768px ) {
	main {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	h2 {
		font-size: 21px;
		padding:15px 0;
		background-size: 230px auto;
		margin-bottom: 20px;
	}
    h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        background:url(../img/wave-line.png) repeat-x bottom left;
        background-size: 100px auto;
        padding-bottom: 10px;
    }
    .ph {
        margin-bottom: 20px;
    }
    .ph img {
        width: 50%;
        float: left;
        display: block;
    }
    h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}
@media only screen and ( max-width : 414px ) {
}
@media print, screen and ( min-width : 769px ) {
	main {
		padding-top: 120px;
		padding-bottom: 70px;
	}
	main section.inner {
		background: url(../img/wave.png) no-repeat right top;
	}
    section {
        position: relative;
    }
	h2 {
		font-size: 42px;
		margin-bottom: 30px;
		padding: 30px 0;
	}
    h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
        background:url(../img/wave-line.png) repeat-x bottom left;
        background-size: 150px auto;
        padding-bottom: 20px;
    }
    h3:before {
        content: url(../img/icon-diver.png);
        vertical-align: middle;
        margin-right: 10px;
    }
    .ph img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: absolute;
    }
    h4 {
        margin-bottom: 15px;
        font-size: 17px;
    }
}

/* ---------------------------------------------------------------------------------------------

　   DIVING / SKILL UP COMMON

--------------------------------------------------------------------------------------------- */
.course_box {
    background: #E8F6F8;
    border-radius: 5px;
}
.course p,.course03 p {
    margin-bottom: 20px;
    font-size: 13px;
}
#diving tr,#skillup tr {
    border-bottom: 10px solid #E8F6F8;
}
#diving tr:last-child,#skillup tr:last-child {
    border-bottom: none;
}
#diving th,#skillup th {
    padding: 0 10px;
    background: #4AA3B1;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    vertical-align: middle;
}
#diving td,#skillup td  {
    font-size: 18px;
    vertical-align: middle;
}
.type {
    background: #00205e;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 2px 10px;
}

@media only screen and ( max-width : 768px ) {
    .course_box {
        padding: 15px;
        margin-bottom: 15px;
    }
    .course th {
        width: 80px;
        font-size: 13px;
    }
    .course td {
        font-size: 13px;
    }
    .course td strong {
        font-size: 24px;
        line-height: 1;
    }
    .course td span {
        font-size: 12px;
        display: block;
    }
    .type {
        margin-bottom: 10px;
    }
}
@media print, screen and ( min-width : 769px ) {
    .course {
        position: relative;
    }
    #diving th,#skillup th {
        width: 80px;
    }
    #diving td,#skillup td {
        padding-left: 10px;
    }
    #diving td strong,#skillup td strong {
        font-size: 30px;
        line-height: 1;
    }
    .course td span {
        font-size: 13px;
    }
    .type {
        margin-bottom: 15px;
    }
}

/* ---------------------------------------------------------------------------------------------

　   DIVING

--------------------------------------------------------------------------------------------- */
.step .step_box strong {
	font-weight: bold;
	display: block;
}

@media only screen and ( max-width : 768px ) {
    .step .step_box {
        border: 1px solid #01153A;
        border-radius: 5px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .step .step_box p {
        padding: 10px 10px 10px 10px;
    }
    .step .step_box strong {
        padding: 10px 10px 0 10px;
    }
    .step_num {
        background: #FF7200;
        color: #fff;
        padding: 2px 10px !important;
    }
    .step_num span {
        font-size: 18px;
    }
}

@media print, screen and ( min-width : 769px ) {
	.step .step_box {
        padding: 20px 0;
        height: 200px;
        padding-right: 450px;
        position: relative;
	}
    .step .step_box:after {
        content: url(../img/arrow_bottom02.png);
        position: absolute;
        left: 220px;
        bottom: -60px;
    }
    .step .step_box.step05:after {
        content: "";
    }
    .step .step01 {
        background: url(../img/step01_ph01.jpg) no-repeat right;
    }
    .step .step02 {
        background: url(../img/step01_ph02.jpg) no-repeat right;
    }
    .step .step03 {
        background: url(../img/step01_ph03.jpg) no-repeat right;
    }
    .step .step04 {
        background: url(../img/step01_ph04.jpg) no-repeat right;
    }
    .step .step05 {
        background: url(../img/step01_ph05.jpg) no-repeat right;
    }
    .step_num {
        font-size: 24px;
        color: #FF7200;
    }
    .step_num span {
        font-size: 36px;
    }
    .step .step_box strong {
        margin-bottom: 10px;
        font-size: 18px;
        font-style: italic;
    }
    #diving .course .course_box {
        padding: 20px ;
        width: 640px;
    }
    #diving .course .ph .ph01 {
        top: 0px;
        right: 110px;
        width: 200px;
        z-index: 2;
    }
    #diving .course .ph .ph02 {
        top: 100px;
        right: 0px;
        width: 150px;
        z-index: 1;
    }
}
/* ---------------------------------------------------------------------------------------------

　   SKILL UP

--------------------------------------------------------------------------------------------- */

@media print, screen and ( min-width : 769px ) {
    #skillup .course .course_box {
        margin-bottom: 20px;
        width: 648px;
        padding: 15px;
    }
    .course03 .course_box {
        padding: 15px;
        margin-bottom: 20px;
    }
    #skillup .ph img {
        border-radius: 5px;
    }
    #skillup .ph .ph01 {
        right: 0;
        top: -100px;
        width: 314px;
    }
    #skillup .ph .ph02 {
        right: 0;
        top: 377px;
        width: 314px;
    }
}

/* ---------------------------------------------------------------------------------------------

　   TOUR

--------------------------------------------------------------------------------------------- */
#tour table {
    margin-bottom: 20px;
}
#tour tr {
    border-bottom: 1px dotted #ccc;
}
#tour tr:nth-child(odd) {
    background: #fafafa;
}
#tour td {
    text-align: right;
}
#tour th {
    font-weight: bold;
}
#tour th span {
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #00205E;
    line-height: 1;
}
#tour .bikou {
    background: #E8F6F8;
    border-radius: 5px;
}
#tour .bikou h5 {
    font-weight: bold;
    border-bottom: 1px dotted #00205E;
    margin-bottom: 10px;
}
#tour .bikou {
    font-size: 12px;
}
#tour .bikou li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 1.5em;
    font-size: 12px;
}
#tour .bikou li:before {
    content: "◎";
    position: absolute;
    left: 0;
}
#tour .bikou li:last-child {
    margin-bottom: 0;
}

@media only screen and ( max-width : 768px ) {

    #tour .bikou {
        padding: 10px;
    }
    .price_box {
        margin-bottom: 30px;
    }
}
@media only screen and ( max-width : 414px ) {
}
@media print, screen and ( min-width : 769px ) { 
    #tour td strong {
        font-size: 24px;
    }
    #tour td,#tour th {
        padding: 5px 10px;
    }
    .price_box {
        width: 460px;
    }
    .tour_price {
        float: left;
    }
    .goods_price {
        float: right;
    }
    #tour .bikou {
        padding: 15px;
    }
    
}

/* ---------------------------------------------------------------------------------------------

　   OTHER BUSINESS

--------------------------------------------------------------------------------------------- */
.business_list li {
	border-radius: 5px;
    background: #E8F6F8;
}
.business_list li strong {
	font-weight: bold;
	display: block;
}
.business_list li a {
    color: #118395;
    display: inline-block;
    margin-top: 15px;
}
.business_list li a:before {
    content: "LINK";
    background: #00205E;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    margin-right: 10px;
}

@media only screen and ( max-width : 768px ) {
    .business_list li {
        padding: 10px;
        margin-bottom: 15px;
    }
}
@media only screen and ( max-width : 414px ) {
}
@media print, screen and ( min-width : 769px ) {
	.business_list li {
		float: left;
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
		padding: 15px;
	}
	.business_list li:nth-child(3n) {
		margin-right: 0;
	}
}

/* ---------------------------------------------------------------------------------------------

　   instructor

--------------------------------------------------------------------------------------------- */
#instructor h4 {
    font-family: 'Sorts Mill Goudy', serif;
    margin-bottom: 10px;
}
#instructor .name {
    margin-bottom: 20px;
}
#instructor .name strong {
    display: block;
    font-size: 20px;
}
#instructor .msg {
    background: #E8F6F8;
    border-radius: 5px;
}
#instructor table {
    margin-bottom: 20px;
}
#instructor th,#instructor td {
    display: block;
    padding: 5px 10px;
}
#instructor th {
    background: #eee;
}
@media only screen and ( max-width : 768px ) {
    #instructor .msg {
        padding: 10px;
    }
    #instructor .ph .ph03 {
        border-radius: 50%;
        float: none;
        display: inline-block;
    }
    #instructor .greeting br {
        display: none;
    }
    #instructor .greeting p {
        margin-bottom: 10px;
    }
}
@media only screen and ( max-width : 414px ) {
}
@media print, screen and ( min-width : 769px ) {
    #instructor .greeting {
        position: relative;
    }
    #instructor .greeting p {
        margin-bottom: 20px;
    }
    #instructor .ph .ph01 {
        top: 140px;
        right: 130px;
        width: 290px;
        z-index: 2;
    }
    #instructor .ph .ph02 {
        top: 330px;
        right: 0;
        width: 240px;
        z-index: 1;
    }
    #instructor .ph .ph03 {
        left: 0;
        top: 100px;
    }
    #instructor .ph .wave {
        right: 0;
        bottom: 0;
        border-radius: 0;
    }
    #instructor .ph .wave02 {
        right: 280px;
        bottom: 120px;
        border-radius: 0;
        width: 100px;
    }
    #instructor .plofile {
        margin-left: 340px;
    }
    #instructor .msg {
        padding: 20px;
    }
}

/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about table th,#about table td {
    vertical-align: middle;
}
#about table th {
    border-right: 1px dotted #ccc;
}
#about table tr {
    border-bottom: 1px dotted #ccc;
}

@media only screen and ( max-width : 768px ) {
    #about table th {
        width: 140px;
    }
    #about table th,table td {
        padding: 10px;
    }
}
@media only screen and ( max-width : 414px ) {
    #about table th,#about table td {
        display: block;
        padding: 5px 10px;
    }
    #about table th {
        width: 100%;
        background: #eee;
        border-right: none;
    }
}
@media print, screen and ( min-width : 769px ) {

    #about table th {
        width: 180px;
    }
    #about table th,#about table td {
        padding: 15px;
    }
}


/* ---------------------------------------------------------------------------------------------

　   faq

--------------------------------------------------------------------------------------------- */
.faqbox {
    border-bottom: 1px solid #00205e;
}
.faqbox {
}
.faqbox .contentWrap {
    position: relative;
}
.faqbox .switch:before {
    content: "Q";
    font-weight: normal;
    position: absolute;
    top: -100%;
    bottom: -100%;
    margin: auto;
    color: #00205e;
}

.faqbox .contentWrap:before {
    content: "A";
    font-weight: normal;
    position: absolute;
    top: 10px;
    color: #FF7200;
}
/* -----------------------------------------------
 * アコーディオン
----------------------------------------------- */
.displayNone {
    display: none;
}

.accordion {
}

.switch {
    position: relative;
    cursor: pointer;
}

.contentWrap {
    border-top: 1px dotted #00205e;
    background:#F7F7F7;
}

.open {
}

.switch:after {
    position: absolute;
    top: 60%;
    right: 10px;
    margin-top: -18px;
    content: '>';
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    font-family: sans-serif;
    color: #00205e;
}
 
.switch.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: sans-serif;
}
@media only screen and ( max-width : 768px ) {
    .contentWrap {
        padding: 15px 5px;
        font-size: 12px;
    }
    .switch {
        padding: 15px 5px;
        font-size: 12px;
    }
    .faqbox .switch:before {
        font-size: 20px;
        left: 5px;
        height: 30px;
    }

    .faqbox .contentWrap:before {
        font-size: 20px;
        left: 5px;
        height: 30px;
    }
    .faqbox .switch {
        padding-left: 30px;
        padding-right: 30px;
    }
    .faqbox .contentWrap {
        padding-left: 30px;
    }
}
@media print, screen and ( min-width : 769px ) {
    .contentWrap {
        padding: 15px;
    }
    .switch {
        padding: 15px;
    }

    .faqbox .switch {
        padding-left: 50px;
        padding-right: 50px;
    }
    .faqbox .contentWrap {
        padding-left: 50px;
    }
    .faqbox .switch:before {
        font-size: 24px;
        left: 10px;
        height: 40px;
    }

    .faqbox .contentWrap:before {
        font-size: 24px;
        left: 10px;
        height: 40px;
    }
    #qa section {
        padding-top: 60px;
    }
}

/* ---------------------------------------------------------------------------------------------

　   XXXXX

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 768px ) {
}
@media only screen and ( max-width : 414px ) {
}
@media print, screen and ( min-width : 769px ) { 
}